use webpack from npm
This commit is contained in:
parent
0d76bc527a
commit
302dbd50e4
2 changed files with 12 additions and 0 deletions
11
debian/patches/0400-use-npm-webpack.patch
vendored
Normal file
11
debian/patches/0400-use-npm-webpack.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/package.json
|
||||||
|
+++ b/package.json
|
||||||
|
@@ -9,7 +9,7 @@
|
||||||
|
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
|
||||||
|
"karma-start": "karma start config/karma.config.js",
|
||||||
|
"webpack": "webpack --config config/webpack.config.js",
|
||||||
|
- "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
|
||||||
|
+ "webpack-prod": "NODE_ENV=production node_modules/.bin/webpack --config config/webpack.config.js"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"babel-core": "^6.22.1",
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -13,3 +13,4 @@ pid-log-paths.patch
|
||||||
0260-relax-ruby-parser.patch
|
0260-relax-ruby-parser.patch
|
||||||
0270-relax-toml-rb.patch
|
0270-relax-toml-rb.patch
|
||||||
0280-relax-pg.patch
|
0280-relax-pg.patch
|
||||||
|
0400-use-npm-webpack.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue