1.5.0 • Published 6 years ago

jsql-webpack v1.5.0

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

jsql-webpack-plugin

A simple webpack plugin to change sql queries to hash. Required version of webpack 4 or higher.

Usage

npm install jsql-webpack --save-dev

Then in webpack.config.js

var jsqlWebpackPlugin = require('jsql-webpack');

and webpack.config.js plugin section with options

plugins: [
  new jsqlWebpackPlugin(
      {
          apiKey: '',
          src: '',
          dist: '',
          watcher: ''
      }
  )
]
1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago