You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a sub-app and I want to remove the base path before it goes to the dist folder
building in vite, but configuring using rollup
rollupOptions: {
input: {
main: 'apps/ocn/index.html',
},
// this oputputs this index.html to dist/apps/ocn/index.html
// i just want it to output to dist/index.html - how?
},
why is there not a simple option for this?
here is my hack to make it work - like is there seriously not a better way?
I am building a sub-app and I want to remove the base path before it goes to the
dist
folderbuilding in vite, but configuring using rollup
why is there not a simple option for this?
here is my hack to make it work - like is there seriously not a better way?
The text was updated successfully, but these errors were encountered: