@digest/webpack 4.0.5 → 4.0.6

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,8 @@ 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$': '@gravitylabs/react-native-web'
657
+ 'react-native$': '@gravitylabs/react-native-web',
658
+ 'react-native-vector-icons': 'react-native-vector-icons/dist'
658
659
  } :
659
660
  {}),
660
661
  extensions: [
@@ -672,7 +673,8 @@ const configuration = {
672
673
  resolveLoader: {
673
674
  alias: Object.assign({}, scripts_1.config.react && scripts_1.config.reactNative && scripts_1.config.reactNativeWeb && scripts_1.config.webpackReactNative ?
674
675
  {
675
- 'react-native$': '@gravitylabs/react-native-web'
676
+ 'react-native$': '@gravitylabs/react-native-web',
677
+ 'react-native-vector-icons': 'react-native-vector-icons/dist'
676
678
  } :
677
679
  {}),
678
680
  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.5",
5
+ "version": "4.0.6",
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.5",
44
+ "@digest/scripts": "^4.0.6",
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.5",
77
+ "@digest/webpack-workbox": "^4.0.6",
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",