Skip to content

Commit f62b865

Browse files
Gary GambillGary Gambill
Gary Gambill
authored and
Gary Gambill
committed
changed webpack dependency setup
1 parent aabb504 commit f62b865

File tree

3 files changed

+172
-15
lines changed

3 files changed

+172
-15
lines changed

generator/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ module.exports = async (api, options, rootOptions) => {
8787
'nativescript-worker-loader': '~0.9.5',
8888
'node-sass': '^4.11.0',
8989
'string-replace-loader': '^2.1.1',
90-
rimraf: '^2.6.3',
91-
webpack: '4.28.4',
92-
'webpack-cli': '^3.3.2'
90+
rimraf: '^2.6.3'
91+
// webpack: '4.28.4',
92+
// 'webpack-cli': '^3.3.2'
9393
}
9494
});
9595

package-lock.json

+166-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"terser-webpack-plugin": "^1.3.0",
4646
"tslint": "^5.16.0",
4747
"typescript": "^3.4.5",
48-
"vue-template-compiler": "^2.6.10"
48+
"vue-template-compiler": "^2.6.10",
49+
"webpack": ">=4 < 4.29",
50+
"webpack-cli": "^3.3.2"
4951
},
5052
"prettyhtml": {
5153
"printWidth": 160

0 commit comments

Comments
 (0)