mirror of https://github.com/webpack/webpack.git
Merge pull request #6151 from webpack/ci/stability
Avoid minimizing target test cases
This commit is contained in:
commit
97880f1a30
|
@ -2,5 +2,8 @@ module.exports = {
|
|||
target: "web",
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
}
|
||||
};
|
||||
|
|
|
@ -11,5 +11,8 @@ module.exports = {
|
|||
node: {
|
||||
__dirname: false,
|
||||
__filename: false
|
||||
},
|
||||
optimization: {
|
||||
minimize: false
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue