vue-markdown/.babelrc

10 lines
98 B
Plaintext
Raw Permalink Normal View History

2018-08-23 15:11:31 +08:00
{
presets: [
[
'@babel/preset-env',
{
modules: false
}
]
2018-08-23 15:11:31 +08:00
]
}