gajus / write-file-webpack-plugin

Forces webpack-dev-server to write bundle files to the file system.
Other
527 stars 54 forks source link

Reading files from disk to reduce startup time? #41

Closed volkanunsal closed 7 years ago

volkanunsal commented 7 years ago

I'm curious if the output of this plugin can be used to reduce the startup time of Webpack dev server?

gajus commented 7 years ago

No. Not related. See https://github.com/mzgoddard/hard-source-webpack-plugin instead.