vuejs / vue-loader

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

Build error: Cannot read properties of null (reading 'lang') #2059

Closed freedomlang closed 11 months ago

freedomlang commented 11 months ago

After update to v15.11.0, i'm facing error: Cannot read properties of null (reading 'lang'). Everything is fine, if i downgrade to v15.10.2

canjianx commented 11 months ago

I met this also.

if (script || scriptSetup) {
    const lang = script.lang || (scriptSetup && scriptSetup.lang)

script may be null.

haoqunjiang commented 11 months ago

Fixed in v15.11.1