shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

Option to emit to file system #28

Closed andreicek closed 7 years ago

andreicek commented 8 years ago

When using this plugin is conjunction with webpack-dev-server it will emit to memory only. This is preferred but in some use cases (eg. integration with rails) you also need the manifest file on the filesystem.

I've added a flag writeToFileEmit that will write the JSON output to the build folder as well.

andreicek commented 8 years ago

cc/ @DarkoKukovec