Skip to content

Commit

Permalink
chore(package-lock): add integrity check info
Browse files Browse the repository at this point in the history
Refs #7341
  • Loading branch information
char0n committed Nov 3, 2021
1 parent f6b084c commit 4c369b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webpack/_config-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ export default function buildConfig(
resolve: {
modules: [path.join(projectBasePath, "./src"), "node_modules"],
extensions: [".web.js", ".js", ".jsx", ".json", ".less"],
// these aliases make sure that we don't bundle same libraries twice
// when the versions of these libraries diverge between swagger-js and swagger-ui
alias: {
// these aliases make sure that we don't bundle same libraries twice
// when the versions of these libraries diverge between swagger-js and swagger-ui
"@babel/runtime-corejs3": path.resolve(__dirname, "..", "node_modules/@babel/runtime-corejs3"),
"js-yaml": path.resolve(__dirname, "..", "node_modules/js-yaml"),
"lodash": path.resolve(__dirname, "..", "node_modules/lodash")
"lodash": path.resolve(__dirname, "..", "node_modules/lodash"),
},
},

Expand Down

0 comments on commit 4c369b0

Please sign in to comment.