create-file-webpack icon indicating copy to clipboard operation
create-file-webpack copied to clipboard

The simple webpack plugin to create a file with the particular content at the end of the build process

Results 5 create-file-webpack issues
Sort by recently updated
recently updated
newest added

I've got a branch to add compilation hash to the inserted file, do you want a pull request for it?

This PR adds support for treating generated files as compilation assets. This will let all plugins perform additional work on the generated file. Similar to https://github.com/Appius/create-file-webpack/pull/7 except it's not working...

Add ability to get content dynamically when plugin run.

I'm using this plugin to take a set of colours defined in JS and generate a Sass file with them. It would be great if that file was created at...

so that the output of this plugin could be used by other plugins (for example by copy-webpack-plugin)