git clone [email protected]:asfktz/autodll-webpack-plugin.git
cd examples/performance
npm install
npm run
open http://localhost:8080
- Open
./src/App.js
and 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.