mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Add Object.assign polyfill for IE11 support, update dependencies
This commit is contained in:
@@ -34,7 +34,8 @@ module.exports = function(options = {}) {
|
||||
plugins: [
|
||||
['@babel/plugin-transform-runtime', {useESModules: true}],
|
||||
['@babel/plugin-proposal-class-properties'],
|
||||
['@babel/plugin-transform-react-jsx', {pragma: 'm'}]
|
||||
['@babel/plugin-transform-react-jsx', {pragma: 'm'}],
|
||||
['@babel/plugin-transform-object-assign']
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user