aboutsummaryrefslogtreecommitdiff
path: root/viewer/vue.config.js
blob: 3f94880de9782bf471c0ea003cc301ec442fb09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  pluginOptions: {
    i18n: {
      locale: "en",
      fallbackLocale: "en",
      localeDir: "locales",
      enableInSFC: false,
    },
  },

  productionSourceMap: false,
};