We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99aadd commit 5d3b4ffCopy full SHA for 5d3b4ff
vite.config.js
@@ -17,7 +17,6 @@ export default defineConfig({
17
rollupOptions: {
18
input: {
19
main: path.resolve(__dirname, 'index.html'),
20
- styles: path.resolve(__dirname, 'src/js/styles.js'),
21
},
22
23
target: 'es2015',
0 commit comments