chore: HMRRuntime injection (wip)

This commit is contained in:
Igor Randjelovic
2021-03-24 17:27:35 +01:00
parent 3a28f9eef6
commit 8855ca4373
13 changed files with 384 additions and 41 deletions

View File

@@ -23,18 +23,18 @@
"babel-loader": "^8.2.1",
"chalk": "^4.1.0",
"cli-highlight": "^2.1.10",
"commander": "^7.1.0",
"copy-webpack-plugin": "^8.0.0",
"commander": "^7.2.0",
"copy-webpack-plugin": "^8.1.0",
"css": "^3.0.0",
"css-loader": "^5.1.1",
"dotenv-webpack": "^7.0.1",
"fork-ts-checker-webpack-plugin": "^6.1.1",
"css-loader": "^5.1.4",
"dotenv-webpack": "^7.0.2",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"loader-utils": "^2.0.0",
"lodash.get": "^4.4.2",
"micromatch": "^4.0.2",
"postcss": "^8.2.7",
"postcss": "^8.2.8",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.1.0",
"postcss-loader": "^5.2.0",
"raw-loader": "^4.0.2",
"react-refresh": "^0.9.0",
"sass": "^1.32.8",
@@ -42,10 +42,10 @@
"sax": "^1.2.4",
"source-map": "^0.7.3",
"terser-webpack-plugin": "^5.1.1",
"ts-dedent": "^2.0.0",
"ts-loader": "^8.0.17",
"ts-dedent": "^2.1.0",
"ts-loader": "^8.0.18",
"vue-loader": "^15.9.5",
"webpack": "^5.24.4",
"webpack": "^5.28.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.5.0",
@@ -56,15 +56,15 @@
},
"devDependencies": {
"@types/css": "^0.0.31",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.21",
"@types/loader-utils": "^2.0.1",
"@types/micromatch": "^4.0.1",
"@types/terser-webpack-plugin": "^5.0.2",
"@types/webpack-virtual-modules": "^0.1.0",
"jest": "^26.6.3",
"jest-matcher-utils": "^26.6.2",
"nativescript-vue-template-compiler": "^2.8.2",
"ts-jest": "^26.5.3",
"nativescript-vue-template-compiler": "^2.8.4",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"peerDependencies": {