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
commit 5d0aca0e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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