mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 18:58:01 +03:00
Drop support for IE8
It would fail anyway as `redux-devtools-trace` is using ES6
This commit is contained in:
parent
b00290387e
commit
2a35836dab
|
@ -70,7 +70,6 @@ module.exports = (env = {}) => (
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
ie8: true,
|
|
||||||
safari10: true
|
safari10: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user