mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset',
|
|
],
|
|
};
|