@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/cli.cjs +2 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +2 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18827,7 +18827,8 @@ async function buildServerApp(projectRoot, appDir, config) {
|
|
|
18827
18827
|
target: "node18",
|
|
18828
18828
|
jsx: "automatic",
|
|
18829
18829
|
sourcemap: true,
|
|
18830
|
-
bundle:
|
|
18830
|
+
bundle: true,
|
|
18831
|
+
packages: "external",
|
|
18831
18832
|
logLevel: "info",
|
|
18832
18833
|
tsconfig: path31.join(projectRoot, "tsconfig.json"),
|
|
18833
18834
|
plugins: [pathAliasPlugin],
|