Skip to content

Commit

Permalink
注释fixBabelImports,antd
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jan 8, 2024
1 parent f485d7c commit cb8aab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/renderer/src/main/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ module.exports = {
fs: false,
},
}),
fixBabelImports('import', {
libraryName: 'antd',
libraryDirectory: 'es',
style: 'css'
}),
// fixBabelImports('import', {
// libraryName: 'antd',
// libraryDirectory: 'es',
// style: 'css'
// }),
addWebpackAlias({
'@': path.resolve(__dirname, 'src')
}),
Expand Down

0 comments on commit cb8aab5

Please sign in to comment.