make it export to the right output folder

This commit is contained in:
Ken
2019-01-18 10:28:56 -08:00
parent edb892ef42
commit 1c5b6cc9a7
4 changed files with 463 additions and 22 deletions

View File

@@ -4,12 +4,14 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.28.4",