mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
restore bundler options
This commit is contained in:
@@ -24,6 +24,12 @@ const framework: Framework = {
|
||||
reactFastRefresh: {
|
||||
importSource: "react-refresh/runtime",
|
||||
},
|
||||
|
||||
bundlerOptions: {
|
||||
ssr: {
|
||||
conditions: ["react-server"],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default framework;
|
||||
|
||||
Reference in New Issue
Block a user