2
0
Fork 0
mirror of https://github.com/romancm/gamebrary synced 2025-02-13 17:58:22 +00:00
gamebrary/vue.config.js
2022-04-12 14:45:08 -07:00

5 lines
122 B
JavaScript

const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
transpileDependencies: true,
});