Skip to content

How to modify output files? #18

Description

@bennycode

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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