FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

How to modify output files? · Issue #18 · jamesandersen/string-replace-webpack-plugin · GitHub

How to modify output files? #18

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL