Closed lymanlai closed 3 years ago
$ cross-env BUILD_TARGET=production node scripts/build.js TypeError: Cannot read property 'bold' of undefined at buildMain (/path/to/electron-vue-next/scripts/build.js:15:21) at async start (/path/to/electron-vue-next/scripts/build.js:90:3) ✨ Done in 0.72s.
I think we need to remove the default from L3: const chalk = require('chalk').default
$ cross-env BUILD_TARGET=production node scripts/build.js TypeError: Cannot read property 'bold' of undefined at buildMain (/path/to/electron-vue-next/scripts/build.js:15:21) at async start (/path/to/electron-vue-next/scripts/build.js:90:3) ✨ Done in 0.72s.
I think we need to remove the default from L3: const chalk = require('chalk').default