@newlogic-digital/core 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -168,7 +168,12 @@ const plugin = (options = {}) => {
168
168
  userConfig.build.outDir = outDir
169
169
  }
170
170
 
171
+ userConfig.optimizeDeps = Object.assign({
172
+ entries: []
173
+ }, userConfig.optimizeDeps ?? {})
174
+
171
175
  userConfig.build = Object.assign({
176
+ target: ['edge89', 'firefox89', 'chrome89', 'safari15'],
172
177
  manifest: true,
173
178
  emptyOutDir: false,
174
179
  modulePreload: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "main": "index.js",
6
6
  "author": "New Logic Studio s.r.o.",
7
7
  "description": "Set of tools that can be used to create modern web applications",
@@ -28,10 +28,10 @@
28
28
  "picocolors": "^1.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@types/node": "^20.4.8",
32
- "eslint": "^8.46.0",
31
+ "@types/node": "^20.6.5",
32
+ "eslint": "^8.50.0",
33
33
  "eslint-config-standard": "^17.1.0",
34
- "typescript": "^5.1.6",
34
+ "typescript": "^5.2.2",
35
35
  "vite": "^4.4.9"
36
36
  },
37
37
  "files": [