Skip to content

Commit 8b33e3f

Browse files
committed
update vanilla tsjs example
1 parent c122c9f commit 8b33e3f

File tree

2 files changed

+2846
-343
lines changed

2 files changed

+2846
-343
lines changed

examples/vanilla-jsts/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"main": "index.js",
44
"version": "1.0.0",
55
"scripts": {
6-
"build": "webpack",
7-
"watch": "webpack --watch"
6+
"build": "webpack --mode production",
7+
"watch": "webpack --watch --mode development"
88
},
99
"devDependencies": {
10-
"ts-loader": "^3.0.3",
10+
"ts-loader": "^4.0.0",
1111
"typescript": "^2.3.4",
12-
"webpack": "^3.8.1"
12+
"webpack": "^4.0.0",
13+
"webpack-cli": "^2.0.9"
1314
}
1415
}

0 commit comments

Comments
 (0)