@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/cli.mjs
CHANGED
|
@@ -15017,7 +15017,8 @@ async function buildServerApp(projectRoot, appDir, config) {
|
|
|
15017
15017
|
target: "node18",
|
|
15018
15018
|
jsx: "automatic",
|
|
15019
15019
|
sourcemap: true,
|
|
15020
|
-
bundle:
|
|
15020
|
+
bundle: true,
|
|
15021
|
+
packages: "external",
|
|
15021
15022
|
logLevel: "info",
|
|
15022
15023
|
tsconfig: path25.join(projectRoot, "tsconfig.json"),
|
|
15023
15024
|
plugins: [pathAliasPlugin],
|