@jsenv/core 23.8.16 → 23.8.17
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/package.json +1 -1
- package/src/buildProject.js +2 -2
package/package.json
CHANGED
package/src/buildProject.js
CHANGED
|
@@ -160,8 +160,8 @@ export const buildProject = async ({
|
|
|
160
160
|
// + some more differences like import.meta.dev
|
|
161
161
|
outDirectoryName: "build",
|
|
162
162
|
importDefaultExtension,
|
|
163
|
-
moduleOutFormat: "esmodule", // rollup will transform into
|
|
164
|
-
importMetaFormat:
|
|
163
|
+
moduleOutFormat: "esmodule", // rollup or jsenv rollup plugin will transform into the right format
|
|
164
|
+
importMetaFormat: "esmodule", // rollup or jsenv rollup plugin will transform into the right format
|
|
165
165
|
|
|
166
166
|
compileServerProtocol,
|
|
167
167
|
compileServerPrivateKey,
|