vue-study-template/.babelrc

5 lines
80 B
Plaintext
Raw Permalink Normal View History

2021-07-21 04:43:42 +00:00
{
"presets": [["@babel/preset-env", { "modules": false }]],
"plugins": []
}