/webpack-diff-version-test

webpack diff version test of performance

Primary LanguageJavaScript

webpack diff version build test

run

requirement:

node version: 8.0.0 npm version: 5.2.0 npx version: 9.2.0

built demo

run webpack version

n is webpack version, such as webpack1.

webpack 1

  • run
git checkout 0.1.0 // webpack v1
npm i 
  • dev
npm run start1
  • build
npm run build1