iview-admin/.babelrc

6 lines
104 B
Plaintext
Executable File

{
"presets": ["env", "stage-3"],
"plugins": ["transform-runtime"],
"comments": false
}