We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331768e commit 05561fdCopy full SHA for 05561fd
package.json
@@ -8,7 +8,7 @@
8
"lint": "eslint src build test/e2e test/unit/specs",
9
"test": "npm run lint && ./node_modules/karma/bin/karma start build/karma.config.js",
10
"build": "webpack --config build/webpack.build.dev.config.js && webpack --config build/webpack.build.min.config.js",
11
- "serve": "webpack-dev-server --quiet --hot --config example/webpack.config.js --content-base example --history-api-fallback --host 0.0.0.0",
+ "serve": "webpack-dev-server --hot --config example/webpack.config.js --content-base example --history-api-fallback --host 0.0.0.0",
12
"serve-test": "webpack-dev-server --quiet --config test/unit/webpack.config.js --content-base test/unit --history-api-fallback --host 0.0.0.0 --port 8081",
13
"e2e-sauce": "nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11",
14
"e2e-local": "bash ./build/e2e.sh",
0 commit comments