@digest/webpack 4.8.0 → 4.8.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.
@@ -374,7 +374,7 @@ const configuration = {
374
374
  new case_sensitive_paths_webpack_plugin_1.default(),
375
375
  new webpack_1.DefinePlugin({
376
376
  __DEV__: !scripts_1.production,
377
- 'process.env': Object.assign(Object.assign({ BASE_HREF: baseHrefHtml, BUILD: {
377
+ 'process.env': Object.assign(Object.assign({ BASE_HREF: JSON.stringify(baseHrefHtml), BUILD: {
378
378
  DATE: JSON.stringify(new Date().toString())
379
379
  }, NODE_ENV: JSON.stringify(scripts_1.production ?
380
380
  'production' :
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/webpack",
3
3
  "title": "Webpack Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.8.0",
5
+ "version": "4.8.1",
6
6
  "description": "Digested Webpack Configurations",
7
7
  "author": {
8
8
  "name": "wallzero @wallzeroblog",
@@ -93,5 +93,5 @@
93
93
  "build",
94
94
  "hmr"
95
95
  ],
96
- "gitHead": "d15d6cc75b3e47f179f6ad206b48926d429742ec"
96
+ "gitHead": "99560678174c0469e81a01434c803af5a5b208a3"
97
97
  }