Gerrit Weiermann
Results
12
issues of
Gerrit Weiermann
In attempt to fix #61
When I tried named inputs like it is documented here: https://rollupjs.org/configuration-options/#input ```javascript // vite.config.js export default defineConfig(() => { // ... build: { rollupOptions: { input: { a: 'src/main-a.js', 'b/index':...