upgrade nx version

This commit is contained in:
zizifn
2023-02-25 13:56:31 +08:00
committed by zizifn
parent 279968c986
commit 2945b57f91
10 changed files with 1786 additions and 4781 deletions

View 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;
});