We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From discussion #727-issue-230686783
Untested: If you want code chunking, you can pass false to require.context, which will stop webpack from requiring all subdirectories automatically.
componentRequireContext = require.context("components", false)