From 335a72f70ca601c96d1c2b8273eb2d8d49629b5a Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 14 Mar 2018 16:10:15 -0500 Subject: remove underscore from commons bundle [ci-skip] --- app/assets/javascripts/commons/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/commons/index.js b/app/assets/javascripts/commons/index.js index 0d2fe2925d8..ac5c9fbe624 100644 --- a/app/assets/javascripts/commons/index.js +++ b/app/assets/javascripts/commons/index.js @@ -1,4 +1,3 @@ -import 'underscore'; import './polyfills'; import './jquery'; import './bootstrap'; -- cgit v1.2.1