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:
committed by
Jay Linski
parent
6186128ad0
commit
262b84b08a
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user