web/babel.config.js

13 lines
218 B
JavaScript
Raw Normal View History

2019-07-03 14:50:04 +00:00
module.exports = {
presets: ['@vue/app', '@babel/preset-typescript'],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk',
},
2020-02-06 06:05:46 +00:00
],
],
2020-02-06 06:05:46 +00:00
};