diff options
| author | Johann-S <[email protected]> | 2018-06-27 11:33:07 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-07-19 19:59:45 +0200 |
| commit | eb81c39f2c36d88d4ebc062a2fa179980827e8be (patch) | |
| tree | 245e42357d705cf51689cf8e508292e38d2a3e7c /package.json | |
| parent | 6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (diff) | |
| download | bootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.tar.xz bootstrap-eb81c39f2c36d88d4ebc062a2fa179980827e8be.zip | |
feat(plugins): allow to import separate plugins
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 3773070a5..23d799e4b 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "js-compile": "npm-run-all --parallel js-compile-* --sequential js-copy", "js-compile-standalone": "rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap", "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap", - "js-compile-plugins": "cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps", - "js-compile-plugins-coverage": "cross-env PLUGINS=true NODE_ENV=test babel js/src/ --out-dir js/coverage/dist/ --source-maps", + "js-compile-plugins": "node build/build-plugins.js", + "js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js", "js-minify": "npm-run-all --parallel js-minify-*", "js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js", "js-minify-bundle": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", @@ -103,7 +103,6 @@ "autoprefixer": "^8.6.5", "babel-eslint": "^8.2.5", "babel-plugin-istanbul": "^4.1.6", - "babel-plugin-transform-es2015-modules-strip": "^0.1.1", "broken-link-checker": "^0.7.8", "bundlesize": "^0.15.3", "clean-css-cli": "^4.1.11", |
