gnirts-loader

1.0.7 • Public • Published

gnirts-loader

npm GitHub issues dependencies license

gnirts loader module for webpack.

Obfuscate string literals in JavaScript code.
See gnirts for more information about gnirts.

Installation

npm install --save-dev gnirts-loader gnirts

Usage

Documentation:

For example:

// webpack.config.js
module.exports = {
  entry: './app.js',
  output: {
    filename: 'bundle.js'
  },
  module: {
    rules: [{
      test: /\.js$/,
      loader: 'gnirts-loader'
    }]
  }
};

Package Sidebar

Install

npm i gnirts-loader

Weekly Downloads

111

Version

1.0.7

License

MIT

Unpacked Size

3.53 kB

Total Files

4

Last publish

Collaborators

  • anseki