mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 06:48:11 +00:00
this should work
This commit is contained in:
@@ -9,10 +9,6 @@ export default defineConfig({
|
||||
outDir: "build",
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
admin: path.resolve(__dirname, "client/admin/admin.jsx"),
|
||||
homebrew: path.resolve(__dirname, "client/homebrew/homebrew.jsx"),
|
||||
},
|
||||
output: {
|
||||
entryFileNames: "[name]/bundle.js",
|
||||
chunkFileNames: "[name]/[name]-[hash].js",
|
||||
|
||||
Reference in New Issue
Block a user