Files
gancio/client/babel.config.js

15 lines
232 B
JavaScript
Raw Normal View History

2019-02-26 01:17:52 +01:00
module.exports = {
presets: [
'@vue/app' //, 'es2015', { 'modules': false }
],
plugins: [
[
'component',
{
'libraryName': 'element-ui',
'styleLibraryName': 'theme-chalk'
}
]
2019-02-26 01:17:52 +01:00
]
}