gajus / write-file-webpack-plugin

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

Support webpack 4 and plugin maintenance / dev fixes #53

Closed chrisblossom closed 6 years ago

chrisblossom commented 6 years ago

This PR:

I verified Webpack 3 still works as expected.

Closes #50, #32, #52.

I know it isn't normal to have one PR with so many changes, but I was running into several things that was stopping development. For instance, there was a bug with Eslint v3 that was causing a lint error saying type UserOptionsType = { was not defined. Also, the sandbox config did not work at all.

If you want this PR split out into separate ones, or want something changed or removed, let me know.

gajus commented 6 years ago

Thank you.