Skip to content

guoshencheng/sakura-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a webpack plugin to sumary resources into a file, the file is to be used by sakura-cli

Resources

Stars

Watchers

Forks

Packages

No packages published