fix(webpack): prevent implicit externalising (#2829)

This commit is contained in:
Daniel Roe 2022-01-21 09:50:34 +00:00 committed by GitHub
parent 3b1f8a99b7
commit 9660cd8212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ export default defineBuildConfig({
],
dependencies: [
'@nuxt/kit',
'unplugin',
'webpack-virtual-modules',
'@vue/babel-preset-jsx',
'postcss',
'postcss-import-resolver',

View File

@ -45,6 +45,7 @@
"style-resources-loader": "^1.5.0",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.7.9",
"unplugin": "^0.3.0",
"url-loader": "^4.1.1",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",

View File

@ -3316,6 +3316,7 @@ __metadata:
time-fix-plugin: ^2.0.7
ufo: ^0.7.9
unbuild: latest
unplugin: ^0.3.0
url-loader: ^4.1.1
vue: 3.2.27
vue-loader: ^17.0.0