gajus / write-file-webpack-plugin

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

[question] How does this work? #44

Closed trsh closed 7 years ago

trsh commented 7 years ago

Does this just change webpack-dev-server to use fileSystem instead of memory? Or it uses both - fills/reads from memory and also writes files?

gajus commented 7 years ago

It is just one file of code. https://github.com/gajus/write-file-webpack-plugin/blob/master/src/index.js