1.0.8 • Published 9 months ago

gnirts-loader v1.0.8

Weekly downloads
16
License
MIT
Repository
github
Last release
9 months ago

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'
    }]
  }
};
1.0.8

9 months ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 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

1.0.0

8 years ago