You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webpack5 Uncaught TypeError: application 'xxx' died in status LOADING_SOURCE_CODE: Cannot read properties of undefined (reading 'meta') at autoPublicPath
#46
Open
Jarryxin opened this issue
May 23, 2022
· 3 comments
@Jarryxin I was dealing with the same error after upgrading to v5 of the Vue CLI. Since it apparently uses Webpack 5, I don't think the SystemJSPublicPathWebpackPlugin is needed.
@Jarryxin I was dealing with the same error after upgrading to v5 of the Vue CLI. Since it apparently uses Webpack 5, I don't think the SystemJSPublicPathWebpackPlugin is needed.
after upgrade vue webpack5... error occurred.
(set libraryTarget = umd) https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L26
invoked SystemJSPublicPathWebpackPlugin (https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L33)
inner invoked
https://github.com/joeldenning/systemjs-webpack-interop/blob/main/auto-public-path/auto-public-path.js#L15
此处
__system_context__
是undefined
,报错Currently, I change
vue.config.js
, fllow:The text was updated successfully, but these errors were encountered: