Skip to content
Snippets Groups Projects
Commit 3333ace9 authored by Jacob MacDonald's avatar Jacob MacDonald
Browse files

increase timeout for require js modules for initial loads (#1596)

parent 14610632
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ Map<AssetId, Future<Asset>> bootstrapDartDevcEntrypoint( ...@@ -100,6 +100,7 @@ Map<AssetId, Future<Asset>> bootstrapDartDevcEntrypoint(
var bootstrapContent = ''' var bootstrapContent = '''
require.config({ require.config({
waitSeconds: 30,
paths: { paths: {
${customModulePaths.join(',\n ')} ${customModulePaths.join(',\n ')}
} }
......
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