autodll-webpack-plugin
autodll-webpack-plugin copied to clipboard
AutoDLL not working in NextJS
I have tried implementing autodll in nextjs environment but its not excluding the vendor pages from chunks such as main.js, common.js, app.js, index.js.
config.plugins.push( new AutoDllPlugin({ inject: true, // will inject the DLL bundles to index.html filename: '[name].js', entry: { vendor: [ 'react', 'react-dom', 'styled-components', ] } }) );
That's because we already use this plugin internally in Next.js