Use babel-runtime instead of babel-polyfill.

This commit is contained in:
Drew Larson
2017-05-23 19:29:56 -06:00
parent 7c2df81c6a
commit e521abfa17
3 changed files with 7 additions and 5 deletions
@@ -60,7 +60,7 @@
{% endblock %}
{% block scripts %}
{% render_bundle 'babelPolyfill' %}
{# {% render_bundle 'babelPolyfill' %}#}
{% if DEBUG %}
{% render_bundle 'webpack' %}
{% endif %}