mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 10:45:48 +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: [
|
||||
new TerserPlugin({
|
||||
terserOptions: {
|
||||
ie8: true,
|
||||
safari10: true
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user