theprogrammablemind_4wp 7.11.1-beta.3 → 7.11.1-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
@@ -2075,7 +2075,7 @@ const knowledgeModuleImpl = async ({
|
|
2075
2075
|
createConfigExport = () => {
|
2076
2076
|
const config = createConfig()
|
2077
2077
|
initConfig(config)
|
2078
|
-
config.rebuild({ isModule: true })
|
2078
|
+
// config.rebuild({ isModule: true })
|
2079
2079
|
return config
|
2080
2080
|
}
|
2081
2081
|
moduleFromJSFile.exports = createConfigExport
|