Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 0e1af5d

Browse files
ErgoFriendrigor789
ErgoFriend
authored andcommitted
fix: pin nativescript-dev-webpack version due to missing files in latest releases
latest nativescript-dev-webpack```0.17.0-2018-09-17-01``` does not have ```style-hot-loader.js``` . But ```0.17.0-2018-09-15-02``` has it. [https://github.com/NativeScript/nativescript-dev-webpack/issues/665](https://github.com/NativeScript/nativescript-dev-webpack/issues/665)
1 parent 794df92 commit 0e1af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"css-loader": "^1.0.0",
3838
"lazy": "1.0.11",
3939
"mini-css-extract-plugin": "^0.4.1",
40-
"nativescript-dev-webpack": "^0.17.0-2018-09-12-01",
40+
"nativescript-dev-webpack": "0.17.0-2018-09-15-02",
4141
"nativescript-vue-template-compiler": "^2.0.0-alpha.3",
4242
"nativescript-worker-loader": "~0.9.0",
4343
"node-sass": "^4.9.2",

0 commit comments

Comments
 (0)