We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970109d commit e235295Copy full SHA for e235295
1 file changed
vite.config.ts
@@ -56,6 +56,10 @@ export default defineConfig({
56
name: 'antd-icons',
57
test: /node_modules[\\/]@ant-design\/icons/,
58
},
59
+ {
60
+ name: 'axios',
61
+ test: /node_modules[\\/]axios/,
62
+ }
63
],
64
65
0 commit comments