mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
12 lines
185 B
JavaScript
12 lines
185 B
JavaScript
// the file is used for jest testing & site building
|
|
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/preset-env',
|
|
{
|
|
targets: 'defaults, not IE 11'
|
|
}
|
|
]
|
|
]
|
|
}
|