Skip to content

Commit

Permalink
build: temporarily add webpack until parcel-bundler/parcel#2513 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 10, 2019
1 parent bac59db commit 5c3080d
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 16 deletions.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,11 @@
"rollup": "^1.0.2",
"terser": "^3.14.1",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.2.2",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"ts-loader": "^5.3.3",
"file-loader": "^3.0.1"
},
"scripts": {
"bootstrap": "lerna bootstrap",
Expand Down

0 comments on commit 5c3080d

Please sign in to comment.