[refactor] Remove numeral from utils folder; use npm reference

In order to shave off ~0.02MiB of the bundle size, needed to continue
referencing the minified file. Ideally future changes can utilize
code splitting, tree shaking, and minification in WebPack to use normal
references.
This commit is contained in:
Steven Evans
2018-05-30 22:46:52 -04:00
parent 691e2850d7
commit 7362d1809f
14 changed files with 227 additions and 229 deletions

View File

@@ -9,7 +9,7 @@ import {printArray, createElement,
createAccordionElement, removeElement,
removeChildrenFromElement, exceptionAlert} from "../utils/HelperFunctions.js";
import {logBoxCreate} from "../utils/LogBox.js";
import numeral from "../utils/numeral.min.js";
import numeral from "numeral/min/numeral.min";
import {formatNumber} from "../utils/StringHelperFunctions.js";
/* {