summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-11 19:03:20 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-11 19:03:20 +0200
commit853c3dead32d1375954e252bb4c3ccce867b56ec (patch)
tree010094fe3b4647511008c0bd41901e176804ee24 /src
parentb584730f41bed5440cab16249f7c0b12645d8c48 (diff)
Polyfill env
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/main.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index c6d0f8b7..daa7bdfc 100644
--- a/src/main.js
+++ b/src/main.js
@@ -19,6 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+
+import 'core-js/stable'
+import 'regenerator-runtime/runtime'
+
import Vue from 'vue'
import App from './App'
import router from './router'