eddev 2.0.0-beta.22 → 2.0.0-beta.23
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/node/cli/cli.js
CHANGED
|
@@ -166,6 +166,7 @@ program
|
|
|
166
166
|
});
|
|
167
167
|
}
|
|
168
168
|
else {
|
|
169
|
+
// Generate bootstrap files
|
|
169
170
|
const codegen = createVinxiCodegen({
|
|
170
171
|
mode: "production",
|
|
171
172
|
project: project,
|
|
@@ -175,7 +176,7 @@ program
|
|
|
175
176
|
console.info("Building for SPA WordPress (Frontend and Admin)");
|
|
176
177
|
// Load the compiler
|
|
177
178
|
const admin = new AdminBundler(project, {
|
|
178
|
-
mode: "
|
|
179
|
+
mode: "production",
|
|
179
180
|
});
|
|
180
181
|
const frontend = new FrontendBundler(project, {
|
|
181
182
|
mode: "production",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.0.0-beta.
|
|
1
|
+
export declare const VERSION = "2.0.0-beta.23";
|
package/dist/node/cli/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "2.0.0-beta.
|
|
1
|
+
export const VERSION = "2.0.0-beta.23";
|