git clone [email protected]:asfktz/autodll-webpack-plugin.gitcd examples/performancenpm installnpm runopen http://localhost:8080
- Open
./src/App.jsand change the Text to see how long it takes for webpack to build when AutoDllPlugin is active. - Then go to
./webpack.config.js, remove the Plugin, and try again.
Note: Look for the word "Time:" in your terminal output, to see long each build took.