@startupjs/bundler 0.42.0 → 0.42.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs/bundler",
3
- "version": "0.42.0",
3
+ "version": "0.42.6",
4
4
  "description": "Opinionated scripts and configs to develop a react-native-web project",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -26,7 +26,7 @@
26
26
  "assets-webpack-plugin": "^7.1.1",
27
27
  "autoprefixer": "^10.4.0",
28
28
  "babel-loader": "^8.2.3",
29
- "babel-preset-startupjs": "^0.42.0",
29
+ "babel-preset-startupjs": "^0.42.6",
30
30
  "css-loader": "^6.5.0",
31
31
  "css-minimizer-webpack-plugin": "^3.1.1",
32
32
  "file-loader": "^6.2.0",
@@ -50,5 +50,5 @@
50
50
  "peerDependencies": {
51
51
  "react-native-svg": ">= 12.1.0"
52
52
  },
53
- "gitHead": "c1f6702f87fc833d73ee693bb353304b9279a917"
53
+ "gitHead": "571dfb1745d9885d53ae8f258d282eb8f6221734"
54
54
  }
@@ -35,7 +35,8 @@ const DEFAULT_ALIAS = {
35
35
  // fix warning requiring './locale': https://github.com/moment/moment/issues/1435
36
36
  moment$: 'moment/moment.js',
37
37
  'react-native': 'react-native-web',
38
- 'react-router-native': 'react-router-dom'
38
+ 'react-router-native': 'react-router-dom',
39
+ '@fortawesome/react-native-fontawesome': '@fortawesome/react-fontawesome'
39
40
  }
40
41
 
41
42
  let DEFAULT_ENTRIES = [