Files
certd/ui/certd-ui/babel.config.js
T

6 lines
73 B
JavaScript
Raw Permalink Normal View History

2021-01-28 01:00:06 +08:00
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
2021-01-31 02:09:54 +08:00
]
2021-01-28 01:00:06 +08:00
}