Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷♀️ [RUM-6424] Change webpack chunk config to speed up local unit te…
…sts (#3057) * 👷♀️ Remove split Chunk false for webpack * 👷♀️ only remove splitChunk with scope command * Remove splitchunk by default locally * remove `splitChunks` everywhere Somehow, even if we exclude `developer-extension` sources in browser-stack karma configuration, they still end up in the bundle. In those sources, we used a Regexp syntax unsupported in older browsers. This commit work around this issue by using the `new RegExp` constructor instead of the regexp syntax. --------- Co-authored-by: Benoît Zugmeyer <benoit.zugmeyer@datadoghq.com>
- Loading branch information