@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.cjs
CHANGED
|
@@ -15013,7 +15013,8 @@ async function buildServerApp(projectRoot, appDir, config) {
|
|
|
15013
15013
|
target: "node18",
|
|
15014
15014
|
jsx: "automatic",
|
|
15015
15015
|
sourcemap: true,
|
|
15016
|
-
bundle:
|
|
15016
|
+
bundle: true,
|
|
15017
|
+
packages: "external",
|
|
15017
15018
|
logLevel: "info",
|
|
15018
15019
|
tsconfig: import_path29.default.join(projectRoot, "tsconfig.json"),
|
|
15019
15020
|
plugins: [pathAliasPlugin],
|