Skip to content
Snippets Groups Projects
Commit fe7eebde authored by Jacob MacDonald's avatar Jacob MacDonald Committed by GitHub
Browse files

remove the require.js timeout (#1652)

parent a1dc64f7
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ for (let moduleName of Object.getOwnPropertyNames(modulePaths)) {
}());
require.config({
waitSeconds: 30,
waitSeconds: 0,
paths: customModulePaths
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment