Fix webpack dynamic imports (#266)

* Update all deps

* Update dynamic import injection
This commit is contained in:
Matt (IPv4) Cowley
2021-05-18 16:33:25 +01:00
committed by GitHub
parent 8155902f79
commit b05f301c21
5 changed files with 727 additions and 560 deletions

View File

@@ -62,10 +62,10 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/runtime": "^7.14.0",
"@vue/cli-service": "^5.0.0-beta.0",
"@vue/cli-service": "^5.0.0-beta.1",
"babel-eslint": "^10.1.0",
"chalk": "^4.1.1",
"copyfiles": "^2.4.1",
@@ -77,10 +77,10 @@
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"postcss": "^8.2.15",
"sass": "^1.32.12",
"sass": "^1.32.13",
"sass-lint": "git+https://github.com/do-community/sass-lint.git",
"sass-loader": "^11.1.0",
"sass-loader": "^11.1.1",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.4.1"
"webpack-bundle-analyzer": "^4.4.2"
}
}