mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"modules": false,
|
|
"targets": {
|
|
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
|
|
}
|
|
}],
|
|
],
|
|
"plugins": ["@babel/plugin-transform-runtime"],
|
|
"env": {
|
|
"test": {
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": ["istanbul"]
|
|
}
|
|
}
|
|
}
|