strings-webpack-plugin

1.0.6 • Public • Published

strings-webpack-plugin

print strings found in the output that match a whitelist of strings

Usage

webpack.config.js

var StringsPlugin = require('strings-webpack-plugin');
 
module.exports = {
   ...
   plugins: [
        new StringsPlugin({
            strings: ['asdf']
            file: path.resolve(__dirname, 'strings.json')
        })
    ]
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.60latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10

Package Sidebar

Install

npm i strings-webpack-plugin

Weekly Downloads

0

Version

1.0.6

License

ISC

Last publish

Collaborators

  • pwmckenna