Skip to content

Commit

Permalink
fix(webapp): add build paramter for [email protected]
Browse files Browse the repository at this point in the history
This is a workaround. `vuelidate` should be updated to newer mayor.
  • Loading branch information
Rotzbua committed Aug 8, 2023
1 parent 2e9589b commit e626401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/webapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import {VuetifyResolver} from 'unplugin-vue-components/resolvers'
import vue from '@vitejs/plugin-vue2'

export default defineConfig({
define: {
'process.env.BUILD': '"web"' // fix for [email protected]
},
plugins: [
vue(),
Components({
Expand Down

0 comments on commit e626401

Please sign in to comment.