1.5.0 • Published 5 years ago

jsql-webpack v1.5.0

Weekly downloads
1
License
-
Repository
-
Last release
5 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

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago