@digest/webpack 4.0.4 → 4.0.5

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.
@@ -654,7 +654,7 @@ const configuration = {
654
654
  resolve: {
655
655
  alias: Object.assign({}, scripts_1.config.react && scripts_1.config.reactNative && scripts_1.config.reactNativeWeb && scripts_1.config.webpackReactNative ?
656
656
  {
657
- 'react-native$': 'react-native-web'
657
+ 'react-native$': '@gravitylabs/react-native-web'
658
658
  } :
659
659
  {}),
660
660
  extensions: [
@@ -672,7 +672,7 @@ const configuration = {
672
672
  resolveLoader: {
673
673
  alias: Object.assign({}, scripts_1.config.react && scripts_1.config.reactNative && scripts_1.config.reactNativeWeb && scripts_1.config.webpackReactNative ?
674
674
  {
675
- 'react-native$': 'react-native-web'
675
+ 'react-native$': '@gravitylabs/react-native-web'
676
676
  } :
677
677
  {}),
678
678
  modules: [
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.0.4",
5
+ "version": "4.0.5",
6
6
  "description": "Digested Webpack Configurations",
7
7
  "author": {
8
8
  "name": "wallzero @wallzeroblog",
@@ -41,7 +41,7 @@
41
41
  "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
42
42
  },
43
43
  "dependencies": {
44
- "@digest/scripts": "^4.0.4",
44
+ "@digest/scripts": "^4.0.5",
45
45
  "@swc/core": "^1.3.7",
46
46
  "@vue/preload-webpack-plugin": "^2.0.0",
47
47
  "case-sensitive-paths-webpack-plugin": "^2.4.0",
@@ -74,7 +74,7 @@
74
74
  "webpack-subresource-integrity": "^5.1.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@digest/webpack-workbox": "^4.0.4",
77
+ "@digest/webpack-workbox": "^4.0.5",
78
78
  "@types/clean-webpack-plugin": "^0.1.3",
79
79
  "@types/ip": "^1.1.0",
80
80
  "@types/mini-css-extract-plugin": "^2.5.1",