aboutsummaryrefslogtreecommitdiff
path: root/vue.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vue.config.js')
-rw-r--r--vue.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js
new file mode 100644
index 0000000..e5c2653
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,10 @@
+const { defineConfig } = require("@vue/cli-service");
+module.exports = defineConfig({
+ transpileDependencies: true,
+
+ pluginOptions: {
+ vuetify: {
+ // https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
+ },
+ },
+});