@newlogic-digital/core 0.9.11 → 0.9.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -186,7 +186,7 @@ export class Scripts {
186
186
  preventAssignment: true,
187
187
  values: Object.assign({
188
188
  'process.env.NODE_ENV': JSON.stringify('production'),
189
- [Config.paths.input.assets]: `${Config.paths.output.assets.replace(Config.paths.output.root + "/", "")}`
189
+ [Config.paths.input.assets]: `${Config.paths.output.assets.replace(Config.paths.output.root + "/", Config.paths.base.length > 0 ? Config.paths.base + "/" : "")}`
190
190
  }, assetsManifest)
191
191
  }),
192
192
  Config.scripts.optimizations && terser(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newlogic-digital/core",
3
3
  "type": "module",
4
- "version": "0.9.11",
4
+ "version": "0.9.12",
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",