From 0c4ef1cc942e963e8bf58b4187e3e7e0b72691ef Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 4 Oct 2017 15:56:51 +0000 Subject: [PATCH] OperationConfig now exports a natural version as well as the val-loader version --- src/core/config/OperationConfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js index 8f24e5f2..fe362b50 100755 --- a/src/core/config/OperationConfig.js +++ b/src/core/config/OperationConfig.js @@ -3831,3 +3831,5 @@ function valExport() { } export default valExport; + +export { OperationConfig };