diff --git a/devtools/client/inspector/animation/reducers/animations.js b/devtools/client/inspector/animation/reducers/animations.js index 5751ffc2bb76..a0dd7e0a4880 100644 --- a/devtools/client/inspector/animation/reducers/animations.js +++ b/devtools/client/inspector/animation/reducers/animations.js @@ -14,7 +14,7 @@ const { UPDATE_SIDEBAR_SIZE, } = require("../actions/index"); -const TimeScale = require("../utils/timescale"); +loader.lazyRequireGetter(this, "TimeScale", "devtools/client/inspector/animation/utils/timescale"); const INITIAL_STATE = { animations: [],