forked from webpack-contrib/extract-text-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 27
How to modify output files? #18
Copy link
Copy link
Open
Description
Hello, my webpack.config.js has the following definitions:
entry: {
filename: './dist/commonjs/proteus.js'
},
output: {
filename: 'proteus.js',
library: 'proteus',
libraryTarget: 'amd',
path: './dist/amd'
}Does the "string-replace-webpack-plugin" only edit the entry files or can it also replace strings in the output of my webpacked module?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels