Skip to content

Commit

Permalink
dont save street propery in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorush committed Sep 22, 2023
1 parent bf7b4b3 commit 1f89010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const removeProps = {
normalMap: {},
'set-loader-from-hash': '*',
'create-from-json': '*',
street: { JSON: '*' }
street: '*'
};
// a list of component_name:new_component_name pairs to rename in JSON string
const renameProps = {
Expand Down

0 comments on commit 1f89010

Please sign in to comment.