-
- Downloads
remove extra webpack config in favor of combining for simplicity
front-end.config.js
deleted
100644 → 0
... | @@ -6,10 +6,9 @@ | ... | @@ -6,10 +6,9 @@ |
"scripts": { | "scripts": { | ||
"lint": "node_modules/.bin/eslint ./", | "lint": "node_modules/.bin/eslint ./", | ||
"server": "node_modules/.bin/http-server -p 4444", | "server": "node_modules/.bin/http-server -p 4444", | ||
"test": "npm run build && npm run build:dev && npm run lint && node_modules/.bin/jest", | "test": "npm run build && npm run lint && node_modules/.bin/jest", | ||
"test:watch": "npm test -- --watch", | "test:watch": "npm test -- --watch", | ||
"build": "node_modules/.bin/webpack", | "build": "node_modules/.bin/webpack" | ||
"build:dev": "node_modules/.bin/webpack --config front-end.config.js" | |||
}, | }, | ||
"author": "Drew Winget <scipioaffricanus@gmail.com> (https://aeschylus.net/)", | "author": "Drew Winget <scipioaffricanus@gmail.com> (https://aeschylus.net/)", | ||
"license": "MIT", | "license": "MIT", | ||
... | ... |
Please register or sign in to comment