Skip to content

Commit 83bcc1e

Browse files
committed
fix (babel) : add required polyfills
1 parent 0e90174 commit 83bcc1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/js/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Main scripts file
33
*/
4+
import 'core-js/stable'
5+
import 'regenerator-runtime/runtime'
46
import './polyfill/picturefill'
57
import './polyfill/objectfit-polyfill'
68
import lazySizes from 'lazysizes'

0 commit comments

Comments
 (0)