Skip to content

Commit

Permalink
fix(build): mitigate regressions to build framents in v4.13.1
Browse files Browse the repository at this point in the history
Refs #8136
  • Loading branch information
char0n committed Aug 2, 2022
1 parent 962d547 commit f1cbe4c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 165 deletions.
5 changes: 4 additions & 1 deletion babel.config.js
Expand Up @@ -68,7 +68,10 @@ module.exports = {
]
},
"useBuiltIns": false,
"corejs": { version: 3 }
"corejs": { version: 3 },
"include": [
"@babel/plugin-proposal-logical-assignment-operators"
]
}
],
"@babel/preset-react"
Expand Down
2 changes: 0 additions & 2 deletions config/jest/jest.unit.config.js
Expand Up @@ -7,13 +7,11 @@ module.exports = {
'**/test/unit/*.js?(x)',
'**/test/unit/**/*.js?(x)',
],
setupFiles: ['<rootDir>/test/unit/jest-shim.js'],
setupFilesAfterEnv: ['<rootDir>/test/unit/setup.js'],
testPathIgnorePatterns: [
'<rootDir>/node_modules/',
'<rootDir>/test/build-artifacts/',
'<rootDir>/test/mocha',
'<rootDir>/test/unit/jest-shim.js',
'<rootDir>/test/unit/setup.js',
'<rootDir>/test/unit/xss/anchor-target-rel/online-validator-badge.jsx',
'<rootDir>/test/unit/components/online-validator-badge.jsx',
Expand Down
157 changes: 0 additions & 157 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -177,7 +177,6 @@
"stream-browserify": "^3.0.0",
"tachyons-sass": "^4.9.5",
"terser-webpack-plugin": "^5.3.1",
"util": "=0.12.4",
"webpack": "^5.65.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.9.2",
Expand Down
4 changes: 0 additions & 4 deletions test/unit/jest-shim.js

This file was deleted.

0 comments on commit f1cbe4c

Please sign in to comment.