Closed maotong06 closed 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.
TypeError: Cannot read properties of undefined (reading 'split')
init by Vue2 and vue cli
fix webpack dev runtime on use externalsType.script;
review bug: webpack config this:
then, this has error in console
TypeError: Cannot read properties of undefined (reading 'split')
and can not render vue anymore.