Skip to content

Commit 8c7e26f

Browse files
committed
Update build tools.
1 parent 2aef747 commit 8c7e26f

File tree

3 files changed

+204
-2212
lines changed

3 files changed

+204
-2212
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"build": "webpack && webpack --config webpack.config.min.js"
1717
},
1818
"devDependencies": {
19-
"ts-loader": "^4.3.0",
20-
"typescript": "^2.8.3",
21-
"webpack": "^4.8.3",
22-
"webpack-cli": "^2.1.4"
19+
"ts-loader": "^4.3.1",
20+
"typescript": "^2.9.1",
21+
"webpack": "^4.11.0",
22+
"webpack-cli": "^3.0.2"
2323
},
2424
"dependencies": {}
2525
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"alwaysStrict": true,
66
"strictNullChecks": false,
77
"strictFunctionTypes": true,
8-
"strictPropertyInitialization": true,
8+
"strictPropertyInitialization": false,
99
"skipLibCheck": true,
1010

1111
"noUnusedLocals": false,

0 commit comments

Comments
 (0)