add-asset-webpack-plugin icon indicating copy to clipboard operation
add-asset-webpack-plugin copied to clipboard

Dynamically add an asset to the Webpack graph

Results 1 add-asset-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Is there a way to use the dynamically created file as a dependency of another module? E.g.: Webpack config: ```js ... plugins: [ new AddAssetPlugin( "file.js", `export default { a:...

enhancement
help wanted