forlogic-core 1.16.12 → 1.17.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.
@@ -188,6 +188,9 @@ function createForlogicViteConfig(options = {}) {
188
188
  port: server.port ?? 8080
189
189
  },
190
190
  publicDir: false,
191
+ optimizeDeps: {
192
+ force: true
193
+ },
191
194
  esbuild: {
192
195
  sourcemap: build.sourcemap ?? true,
193
196
  target: "es2020"
@@ -190,6 +190,9 @@ function createForlogicViteConfig(options = {}) {
190
190
  port: server.port ?? 8080
191
191
  },
192
192
  publicDir: false,
193
+ optimizeDeps: {
194
+ force: true
195
+ },
193
196
  esbuild: {
194
197
  sourcemap: build.sourcemap ?? true,
195
198
  target: "es2020"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forlogic-core",
3
- "version": "1.16.12",
3
+ "version": "1.17.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",