Commit 80dd2f73 authored by JunHyung An's avatar JunHyung An
Browse files

solved mine type

parent d7ae8e1d
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  outputDir: 'public',
  transpileDependencies: true
  transpileDependencies: true,
  publicPath: process.env.NODE_ENV === 'production'
  ? '/public/'
  : '/'
})