fix regeneratorRuntime is not defined error

This commit is contained in:
Chrissi2812 2020-07-08 18:39:02 +02:00
parent 594fd95f7c
commit cc87197c0a
No known key found for this signature in database
GPG Key ID: B4B82C7E618271DA

View File

@ -6,5 +6,6 @@ module.exports = {
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-transform-runtime',
],
}