mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset',
|
|
],
|
|
};
|