Remove bun imports from esbuild bundler
This commit is contained in:
parent
88ead3b3d6
commit
823c5bb1ca
1
dist/functions/bundler/pages-ssr-bundler.js
vendored
1
dist/functions/bundler/pages-ssr-bundler.js
vendored
@ -79,6 +79,7 @@ export default async function pagesSSRBundler(params) {
|
|||||||
"react/jsx-runtime",
|
"react/jsx-runtime",
|
||||||
"react/jsx-dev-runtime",
|
"react/jsx-dev-runtime",
|
||||||
"bun:*",
|
"bun:*",
|
||||||
|
"bun",
|
||||||
"sqlite-vec",
|
"sqlite-vec",
|
||||||
"better-sqlite3",
|
"better-sqlite3",
|
||||||
...(config.ssr_compiler_excludes || []),
|
...(config.ssr_compiler_excludes || []),
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moduletrace/bunext",
|
"name": "@moduletrace/bunext",
|
||||||
"version": "1.0.99",
|
"version": "1.0.100",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -108,6 +108,7 @@ export default async function pagesSSRBundler(params?: Params) {
|
|||||||
"react/jsx-runtime",
|
"react/jsx-runtime",
|
||||||
"react/jsx-dev-runtime",
|
"react/jsx-dev-runtime",
|
||||||
"bun:*",
|
"bun:*",
|
||||||
|
"bun",
|
||||||
"sqlite-vec",
|
"sqlite-vec",
|
||||||
"better-sqlite3",
|
"better-sqlite3",
|
||||||
...(config.ssr_compiler_excludes || []),
|
...(config.ssr_compiler_excludes || []),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user