0.0.43 • Published 6 years ago

copy-text-webpack-plugin v0.0.43

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Copy Text Webpack Plugin

Copy text from compiled assets to a separate file

Usage

Use this plugin to copy certain values form your compiled assets. For example all html ids, imported files or whatever you like.

plugins: [
    new CopyTextPlugin({
        pattern: , // Pattern to match, required
        extension: 'js', // File extension to copy from
        allowDoubleEntries: false, // Allow same values to be saved more then once
        captureGroupNumber: 1, // Which regex group to capture
        outputFilename, strings, // Name of the newly generated file
    }),
]

TODO

  • Improve readme file
  • Create tests
0.0.43

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago