We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d533fe5 commit 8d7fbddCopy full SHA for 8d7fbdd
vite.config.ts
@@ -14,6 +14,7 @@ export default defineConfig({
14
// the proper extensions will be added
15
fileName: "react-use-exceljs",
16
},
17
+ minify: false,
18
rollupOptions: {
19
// make sure to externalize deps that shouldn't be bundled
20
// into your library
0 commit comments