npm scripts: delete webpack
This commit is contained in:
parent
01a71561b1
commit
0549065752
@ -74,11 +74,7 @@
|
|||||||
"test-browser": "NODE_BACKEND=js bmocha --reporter spec test/*.js",
|
"test-browser": "NODE_BACKEND=js bmocha --reporter spec test/*.js",
|
||||||
"test-file": "bmocha --reporter spec",
|
"test-file": "bmocha --reporter spec",
|
||||||
"test-file-browser": "NODE_BACKEND=js bmocha --reporter spec",
|
"test-file-browser": "NODE_BACKEND=js bmocha --reporter spec",
|
||||||
"test-ci": "istanbul cover --report lcovonly node_modules/.bin/bmocha -- --reporter spec test/*-test.js",
|
"test-ci": "istanbul cover --report lcovonly node_modules/.bin/bmocha -- --reporter spec test/*-test.js"
|
||||||
"webpack": "webpack --mode production --config webpack.browser.js",
|
|
||||||
"webpack-browser": "webpack --mode production --config webpack.browser.js",
|
|
||||||
"webpack-compat": "webpack --mode production --config webpack.compat.js",
|
|
||||||
"webpack-app": "webpack --mode production --config webpack.app.js"
|
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"./lib/hd/nfkd": "./lib/hd/nfkd-compat.js",
|
"./lib/hd/nfkd": "./lib/hd/nfkd-compat.js",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user