sakura-webpack-plugin

0.1.0 • Public • Published

Sakura-webpack-plugin

a webpack plugin to sumary resources into a file, the file is to be used by sakura-cli
Usage
var SakuraWebpackPlugin = require("sakura-webpack-plugin");
plugins:[
  new SakuraWebpackPlugin({
    prefix: "http://xxx.xxxx.xxx/",
    single: true,
    resourceFilename: "custom.resources.json"
  })
]

CHANGELOG

2017/09/28
  • Add a option to custom resourceFilename

Package Sidebar

Install

npm i sakura-webpack-plugin

Weekly Downloads

7

Version

0.1.0

License

ISC

Unpacked Size

3.15 kB

Total Files

3

Last publish

Collaborators

  • guoshencheng