gajus / write-file-webpack-plugin

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

Does not write sourcemaps #33

Closed slorber closed 7 years ago

slorber commented 7 years ago

Hi,

I'm using your plugin successfully so far but I've noticed that sourcemaps are server by dev server but they are not written to disk.

Is it possible to write sourcemaps to disk also? Thanks

(Another cool feature would be an option to disable the writting of hot update patches to disk, they are probably not useful to many of us, at least to me)

slorber commented 7 years ago

Hmmm no I'm sorry it seems to be working, don't know why my IDE does not display js.map files :o