mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 00:33:57 +00:00
OperationConfig now loaded into App via value-loader so that operation code is only included in the worker
This commit is contained in:
@@ -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 "../core/config/OperationConfig.js";
|
||||
import OperationConfig from "value-loader?name=default!../core/config/MetaConfig.js";
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user