mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
upgrade nx version
This commit is contained in:
10
apps/node-vless/webpack.config.js
Normal file
10
apps/node-vless/webpack.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { composePlugins, withNx } = require('@nrwl/webpack');
|
||||
|
||||
// Nx plugins for webpack.
|
||||
module.exports = composePlugins(withNx(), (config) => {
|
||||
// Update the webpack config as needed here.
|
||||
// e.g. config.plugins.push(new MyPlugin())
|
||||
// For more information on webpack config and Nx see:
|
||||
// https://nx.dev/packages/webpack/documents/webpack-config-setup
|
||||
return config;
|
||||
});
|
||||
Reference in New Issue
Block a user