修复js加载顺序问题

pull/495/head
lyswhut 2021-04-14 16:11:57 +08:00
parent d077a03e60
commit 391f97d3bb
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ module.exports = {
template: path.join(__dirname, '../../src/renderer-lyric/index.pug'),
isProd: process.env.NODE_ENV == 'production',
browser: process.browser,
scriptLoading: 'blocking',
__dirname,
}),
new VueLoaderPlugin(),

View File

@ -130,6 +130,7 @@ module.exports = {
template: path.join(__dirname, '../../src/renderer/index.pug'),
isProd: process.env.NODE_ENV == 'production',
browser: process.browser,
scriptLoading: 'blocking',
__dirname,
}),
new VueLoaderPlugin(),