UglifyJS now invoked by webpack instead of Grunt

This commit is contained in:
n1474335 2017-03-23 18:41:36 +00:00
parent 131b3a83c1
commit 9bd11dc7ad
5 changed files with 5341 additions and 228 deletions

View file

@ -4,10 +4,21 @@
* @license Apache-2.0
*/
// CSS
import "./css/index.js";
// Libs
import "babel-polyfill";
import "bootstrap";
import "bootstrap-switch";
import "bootstrap-colorpicker";
import CanvasComponents from "../core/lib/canvascomponents.js";
// CyberChef
import App from "./App.js";
import Categories from "../core/config/Categories.js";
import OperationConfig from "../core/config/OperationConfig.js";
import CanvasComponents from "../core/lib/canvascomponents.js";
/**
* Main function used to build the CyberChef web app.