NWJS_Hour_Tracking/babel.config.js

6 lines
74 B
JavaScript
Raw Normal View History

2019-07-08 07:32:03 -06:00
module.exports = {
presets: [
2020-02-19 10:01:02 -07:00
'@vue/cli-plugin-babel/preset'
2019-07-08 07:32:03 -06:00
]
};