Ollama-book/babel.config.js
2025-02-27 21:54:11 +08:00

14 lines
220 B
JavaScript

module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}