@startupjs/bundler 0.42.6 → 0.42.20

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.6",
3
+ "version": "0.42.20",
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.6",
29
+ "babel-preset-startupjs": "^0.42.20",
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": "571dfb1745d9885d53ae8f258d282eb8f6221734"
53
+ "gitHead": "9bfd354757920b839fcf9d21f7af8efa4aa58d0b"
54
54
  }
@@ -302,6 +302,7 @@ module.exports = function getConfig (env, {
302
302
  loader: 'css-loader',
303
303
  options: {
304
304
  modules: {
305
+ getLocalIdent,
305
306
  localIdentName: LOCAL_IDENT_NAME
306
307
  }
307
308
  }