mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
UglifyJS now invoked by webpack instead of Grunt
This commit is contained in:
parent
131b3a83c1
commit
9bd11dc7ad
5 changed files with 5341 additions and 228 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue