From 7ae68f079ddfb74c9a1b17c4f30dfe4c258d4a9f Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 20 Dec 2019 17:47:04 +0100 Subject: Viewer project foundations --- viewer/vue.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 viewer/vue.config.js (limited to 'viewer/vue.config.js') diff --git a/viewer/vue.config.js b/viewer/vue.config.js new file mode 100644 index 0000000..3f94880 --- /dev/null +++ b/viewer/vue.config.js @@ -0,0 +1,12 @@ +module.exports = { + pluginOptions: { + i18n: { + locale: "en", + fallbackLocale: "en", + localeDir: "locales", + enableInSFC: false, + }, + }, + + productionSourceMap: false, +}; -- cgit v1.2.3