-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: move babel to dev, modify webpack config, spring security Signed-off-by: achmelo <a.chmelo@gmail.com> * update npm lock Signed-off-by: achmelo <a.chmelo@gmail.com> * old component update Signed-off-by: achmelo <a.chmelo@gmail.com> --------- Signed-off-by: achmelo <a.chmelo@gmail.com>
- Loading branch information
Showing
8 changed files
with
34,406 additions
and
46,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
module.exports = { | ||
webpack: function(config, env) { | ||
// New config, e.g. config.plugins.push... | ||
|
||
config.module.rules = [...config.module.rules, | ||
{ | ||
resolve: { | ||
fallback: { "querystring": require.resolve("querystring-es3") } | ||
} | ||
} | ||
] | ||
|
||
return config | ||
}, | ||
jest: (config) => { | ||
config.transformIgnorePatterns = ["/node_modules/?!(swagger-ui-react/swagger-ui-es-bundle-core.js)"] | ||
config.collectCoverageFrom = [ | ||
"src/App.{jsx,js}", | ||
"src/**/*.{jsx,js}", | ||
"src/**/reducers/*.{jsx,js}", | ||
"!src/index.js", | ||
"!src/responsive-tests/**", | ||
"!cypress/*" | ||
] | ||
return config; | ||
} | ||
} | ||
|
||
|
||
|
51,001 changes: 13,437 additions & 37,564 deletions
51,001
api-catalog-ui/frontend/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.