Skip to content

Commit 39bfcc7

Browse files
authored
build(editor): remove incorrect alias (#19)
1 parent b17a92f commit 39bfcc7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/react-scripts/config/webpack.config.bundle.umd.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,6 @@ const swaggerEditorConfig = webpackEnv => {
133133
...config.resolve.alias,
134134
'react-is': path.resolve(paths.appNodeModules, 'react-is'),
135135
dompurify: path.resolve(paths.appNodeModules, 'dompurify'),
136-
'json-schema-traverse': path.resolve(
137-
paths.appNodeModules,
138-
'@swagger-api',
139-
'apidom-ls',
140-
'node_modules',
141-
'json-schema-traverse'
142-
),
143136
'@babel/runtime': path.resolve(paths.appNodeModules, '@babel', 'runtime'),
144137
};
145138

0 commit comments

Comments
 (0)