vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 914 forks source link

fix: webpack5 externalsType.script add vue.js #1988

Closed maotong06 closed 2 years ago

maotong06 commented 2 years ago

fix webpack dev runtime on use externalsType.script;

review bug: webpack config this:

externalsType: 'script',
externals: {
  vue: ['https://cdn.jsdelivr.net/npm/vue@2.7.10/dist/vue.js', 'Vue'],
},

then, this has error in console TypeError: Cannot read properties of undefined (reading 'split') and can not render vue anymore.

maotong06 commented 2 years ago

init by Vue2 and vue cli