Commit 07806f08 authored by Bryce Johnson's avatar Bryce Johnson

Load dispatcher after its dependencies.

parent 3771be00
......@@ -146,7 +146,6 @@ import './subscription';
import './subscription_select';
import './syntax_highlight';
import './dispatcher';
// EE-only scripts
import './admin_email_select';
......@@ -156,6 +155,8 @@ import './ldap_groups_select';
import './path_locks';
import './weight_select';
import './dispatcher';
// eslint-disable-next-line global-require, import/no-commonjs
if (process.env.NODE_ENV !== 'production') require('./test_utils/');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment