create-file-webpack
create-file-webpack copied to clipboard
Changed Webpack hook from 'run' to 'after-plugins'
so that the output of this plugin could be used by other plugins (for example by copy-webpack-plugin)
I need that too ...
So that the output file can be used by zip-webpack-plugin in my use case ...