mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
chore: fix emotion deps (#42188)
This commit is contained in:
parent
a8c3eb45f0
commit
06482bfbcf
@ -35,7 +35,7 @@ export default defineConfig({
|
||||
},
|
||||
extraRehypePlugins: [rehypeAntd],
|
||||
extraRemarkPlugins: [remarkAntd],
|
||||
extraBabelPresets: ['@emotion/babel-preset-css-prop'],
|
||||
extraBabelPresets: [require.resolve('@emotion/babel-preset-css-prop')],
|
||||
mfsu: false,
|
||||
metas: [{ name: 'theme-color', content: '#1677ff' }],
|
||||
analytics: {
|
||||
|
Loading…
Reference in New Issue
Block a user