¶
TypeError: Class extends value undefined is not a constructor or null
¶
解决方案
rm -rf node_modules
rm -f package-lock.json
npm install -legacy-peer-deps
npm run build