Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 771 Bytes

File metadata and controls

46 lines (26 loc) · 771 Bytes

webpack-dev-compile-optimize

A plugin for optimizing webpack dev compile time.

Before After
32430ms 838ms
92031ms 3221ms

Amazing!

Notice: It's only used for dev mode & do not try it on your production mode~

npm license

Installation and usage

npm install webpack-dev-compile-optimize --save

In your dev webpack config:

const DevCompileOptimize = require('webpack-dev-compile-optimize')

//...

plugins: [
  new DevCompileOptimize()
]

//...

And then enjoy the fast recompilation time!

License

MIT

Copyright (c) 2017 Molunerfinn