✨ (vite) feature flow as a VueJS app
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import path from 'path'
|
||||
|
||||
export default {
|
||||
plugins: [vue()],
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
index: "index.html",
|
||||
"feature-flow": "feature-flow.html",
|
||||
},
|
||||
},
|
||||
index: 'index.html',
|
||||
'feature-flow': 'feature-flow.html'
|
||||
}
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
'node-fetch': 'isomorphic-fetch'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user