SPM project bundler based on webpack.
$ npm install spm-webpack -g
$ spm-webpack [option] [file]
add spm.build.publicPath args pass to webpack's output.publicPath webpack-configuration
{
"spm": {
"output": [
"main.js"
],
"build": {
"publicPath": "http://xxx.com/assets/"
}
}
}
Copyright (c) 2015-2114 chencheng. Licensed under the MIT license.