Update package.json

Added webpack-merge
This commit is contained in:
Hugo Bernier 2020-04-27 20:23:33 -04:00 committed by GitHub
parent 231f87f714
commit 0a140d8b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.11",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "0.3.5",