Skip to content

Commit

Permalink
fix(TMC-28189): remove wrong config in json-schema-form-core (#5294)
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour authored Apr 25, 2024
1 parent edafedb commit 568481a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-scissors-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/json-schema-form-core": patch
---

Remove usage of path-browserify as it's not needed
1 change: 0 additions & 1 deletion fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"dependencies": {
"json-refs": "3.0.15",
"objectpath": "^1.2.2",
"path-browserify": "^1.0.1",
"tv4": "^1.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion fork/json-schema-form-core/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
},
resolve: {
fallback: {
path: require.resolve('path-browserify'),
path: false,
},
},
};

0 comments on commit 568481a

Please sign in to comment.