Fix integration-tests by not using browserlist from root

The `browserlist`-config was introduced in 6bc73fdad7.

See https://webpack.js.org/configuration/target/#browserslist.
This commit is contained in:
Jakob Linskeseder
2022-10-19 22:43:54 +02:00
committed by Jay Linski
parent 6186128ad0
commit 262b84b08a
2 changed files with 2 additions and 0 deletions
@@ -11,6 +11,7 @@ testFiles
module.exports = {
entry: entryPoints,
mode: 'production',
target: 'web',
output: {
filename: '[name]',
path: __dirname + '/dist',
@@ -11,6 +11,7 @@ testFiles
module.exports = {
entry: entryPoints,
mode: 'production',
target: 'web',
output: {
filename: '[name]',
path: __dirname + '/dist',