@newlogic-digital/core 2.1.0 → 2.1.1

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -174,7 +174,7 @@ const plugin = (options = {}) => {
174
174
 
175
175
  userConfig.build = Object.assign({
176
176
  target: ['edge89', 'firefox89', 'chrome89', 'safari15'],
177
- manifest: true,
177
+ manifest: 'manifest.json',
178
178
  emptyOutDir: false,
179
179
  modulePreload: false,
180
180
  assetsInlineLimit: 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
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",