5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
module.exports = {
|
|
presets: [['next/babel']],
|
|
plugins: [['import', { libraryName: 'antd', style: true }]],
|
|
};
|