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 have multiple entry HTML files. rollupOptions like this
rollupOptions: {
input: {
chat: path.resolve(__dirname, 'src/pages/chat/index.html'),
settings: path.resolve(__dirname, 'src/pages/settings/client.tsx'),
screenshot: path.resolve(__dirname, 'src/pages/screenshot/index.html')
},
}
How to use it in a multi-page application?
Tasks
The text was updated successfully, but these errors were encountered: