New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

webpack-dev-compile-optimize

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-dev-compile-optimize

A plugin for optimizing webpack dev compile time

0.0.2
latest
Version published
Maintainers
1
Created

webpack-dev-compile-optimize

A plugin for optimizing webpack dev compile time.

BeforeAfter
32430ms838ms
92031ms3221ms

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

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts