浏览代码

OperationConfig now exports a natural version as well as the val-loader version

n1474335 7 年之前
父节点
当前提交
0c4ef1cc94
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/core/config/OperationConfig.js

+ 2 - 0
src/core/config/OperationConfig.js

@@ -3831,3 +3831,5 @@ function valExport() {
 }
 
 export default valExport;
+
+export { OperationConfig };