@lolyjs/core 0.3.0-alpha.0 → 0.3.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -18863,7 +18863,8 @@ async function buildServerApp(projectRoot, appDir, config) {
18863
18863
  target: "node18",
18864
18864
  jsx: "automatic",
18865
18865
  sourcemap: true,
18866
- bundle: false,
18866
+ bundle: true,
18867
+ packages: "external",
18867
18868
  logLevel: "info",
18868
18869
  tsconfig: import_path35.default.join(projectRoot, "tsconfig.json"),
18869
18870
  plugins: [pathAliasPlugin],