1.0.6 • Published 8 years ago

strings-webpack-plugin v1.0.6

Weekly downloads
37
License
ISC
Repository
github
Last release
8 years ago

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')
        })
    ]
}
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago