0.1.0 • Published 6 years ago

sakura-webpack-plugin v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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
0.1.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago