From 81b76d12ce54bb280b777be84cd5340f0979c3c7 Mon Sep 17 00:00:00 2001 From: printempw Date: Thu, 9 Nov 2017 20:51:28 +0800 Subject: [PATCH] Fix regenerator-runtime --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 8998e049..c8bfe8a9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,11 +33,11 @@ var vendorScripts = [ 'es6-promise/dist/es6-promise.auto.min.js', 'sweetalert2/dist/sweetalert2.min.js', 'jqPaginator/dist/1.2.0/jqPaginator.min.js', - 'resources/assets/dist/js/common.js', ]; var vendorScriptsToBeMinified = [ 'regenerator-runtime/runtime.js', + 'resources/assets/dist/js/common.js', ]; var vendorStyles = [