Skip to content

Commit

Permalink
Merge pull request #350 from FlowFuse/vite-ui-template
Browse files Browse the repository at this point in the history
Compile with full Vue build to allow for runtime compiling of ui-template
  • Loading branch information
Pezmc committed Nov 16, 2023
2 parents b78ff0c + f58c22e commit 1192e23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import { defineConfig } from 'vite'

// https://vitejs.dev/config/
export default defineConfig({
resolve: {
alias: {
vue: 'vue/dist/vue.esm-bundler.js'
}
},
plugins: [vue()],
root: 'ui',
build: {
Expand Down

0 comments on commit 1192e23

Please sign in to comment.