diff options
Diffstat (limited to 'core/src/main.js')
-rw-r--r-- | core/src/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main.js b/core/src/main.js index cb678c1e676..af824d9ac61 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// TODO: use babel polyfill instead -import 'es6-shim' +import '@babel/polyfill' import './globals' |