Merge pull request #142 from AdamCaoQAQ/master

bugfix: 修复mac环境下因对extract-file-icon的错误依赖导致的构建报错
This commit is contained in:
木偶
2022-10-20 17:31:01 +08:00
committed by GitHub

View File

@@ -9,6 +9,9 @@ module.exports = {
"@": path.join(__dirname, "./src"),
},
},
externals: {
'extract-file-icon': 'commonjs extract-file-icon'
},
},
pages: {
index: {