Skip to content

haozileung/spm-webpack

 
 

Repository files navigation

spm-webpack

NPM version Build Status Coverage Status NPM downloads

SPM project bundler based on webpack.


Install

$ npm install spm-webpack -g

Usage

$ spm-webpack [option] [file]

Added

add spm.build.publicPath args pass to webpack's output.publicPath webpack-configuration

{
  "spm": {
    "output": [
      "main.js"
    ],
    "build": {
      "publicPath": "http://xxx.com/assets/"
    }
  }
}

LISENCE

Copyright (c) 2015-2114 chencheng. Licensed under the MIT license.

About

SPM project bundler based on webpack.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%