@elliemae/pui-cli 5.21.1 → 5.21.2

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.
@@ -189,6 +189,7 @@ module.exports = (options) => ({
189
189
  {
190
190
  test: /\.svg$/i,
191
191
  issuer: /\.[jt]sx?$/,
192
+ resourceQuery: /^((?!url).)*$/,
192
193
  use: ['@svgr/webpack'],
193
194
  },
194
195
  {
@@ -173,6 +173,7 @@ module.exports = (options) => ({
173
173
  {
174
174
  test: /\.svg$/i,
175
175
  issuer: /\.[jt]sx?$/,
176
+ resourceQuery: /^((?!url).)*$/,
176
177
  use: ['@svgr/webpack'],
177
178
  },
178
179
  {
@@ -95,6 +95,7 @@ const getModuleRules = () => [
95
95
  {
96
96
  test: /\.svg$/i,
97
97
  issuer: /\.[jt]sx?$/,
98
+ resourceQuery: /^((?!url).)*$/,
98
99
  use: ['@svgr/webpack'],
99
100
  },
100
101
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.21.1",
3
+ "version": "5.21.2",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,