Skip to content

Commit

Permalink
Fix integration-tests by not using browserlist from root
Browse files Browse the repository at this point in the history
The `browserlist`-config was introduced in 6bc73fd.

See https://webpack.js.org/configuration/target/#browserslist.
  • Loading branch information
jaylinski committed Oct 29, 2022
1 parent 6186128 commit 262b84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/webpack-babel-test/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ testFiles
module.exports = {
entry: entryPoints,
mode: 'production',
target: 'web',
output: {
filename: '[name]',
path: __dirname + '/dist',
Expand Down
1 change: 1 addition & 0 deletions tests/integration/webpack-test/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ testFiles
module.exports = {
entry: entryPoints,
mode: 'production',
target: 'web',
output: {
filename: '[name]',
path: __dirname + '/dist',
Expand Down

0 comments on commit 262b84b

Please sign in to comment.