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 70c10d2 commit 971b56dCopy full SHA for 971b56d
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"dev": "./node_modules/.bin/webpack-dev-server --mode=development --config webpack.dev.js",
9
"build": "./node_modules/.bin/webpack --mode=production --config webpack.prod.js",
10
- "start": "node server.js --mode=development --env=dev",
+ "start": "npm run dev",
11
"test": "karma start",
12
"test:watch": "karma start --autoWatch=true --singleRun=false",
13
"posttest": "npm run lint",
webpack.config.js
@@ -1,3 +1,5 @@
1
+// UNUSED — jmwohl 2020-02-10 - Leaving here as prior reference
2
+
3
'use strict';
4
5
const path = require('path');
0 commit comments