2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 07:43:22 +00:00

Switched to val-loader and compiling MetaConfig

This commit is contained in:
n1474335
2017-09-17 13:47:33 +01:00
parent cb6708c02e
commit c93edec55b
12 changed files with 226 additions and 762 deletions

View File

@@ -17,7 +17,7 @@ import CanvasComponents from "../core/lib/canvascomponents.js";
// CyberChef
import App from "./App.js";
import Categories from "../core/config/Categories.js";
import OperationConfig from "value-loader?name=conf!../core/config/OperationConfig.js";
import OperationConfig from "../core/config/MetaConfig.js";
/**