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.
@@ -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: "development",
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.22";
1
+ export declare const VERSION = "2.0.0-beta.23";
@@ -1 +1 @@
1
- export const VERSION = "2.0.0-beta.22";
1
+ export const VERSION = "2.0.0-beta.23";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.0-beta.23",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",