mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Move SchedulerFeatureFlags fork to src directory to fix lint
This commit is contained in:
@@ -164,7 +164,7 @@ const forks = Object.freeze({
|
||||
bundleType === FB_WWW_PROD ||
|
||||
bundleType === FB_WWW_PROFILING)
|
||||
) {
|
||||
return 'scheduler/forks/SchedulerFeatureFlags.www.js';
|
||||
return 'scheduler/src/forks/SchedulerFeatureFlags.www.js';
|
||||
}
|
||||
return 'scheduler/src/SchedulerFeatureFlags';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user