Skip to content

Commit 836f8d1

Browse files
committed
fix for esm/cjs
1 parent 3924a95 commit 836f8d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-packages/browser-integration-tests/utils/generatePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const LOADER_CONFIGS: Record<string, { options: Record<string, unknown>;
147147
* so that the compiled versions aren't included
148148
*/
149149
function generateSentryAlias(): Record<string, string> {
150-
if (!useCompiledModule && !useBundleOrLoader) {
150+
if (!useBundleOrLoader) {
151151
return {};
152152
}
153153

0 commit comments

Comments
 (0)