Skip to content

Commit 1f5c607

Browse files
committed
fix: use inlinen source map for css in debug mode
1 parent 682fde3 commit 1f5c607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/native-federation/src/utils/angular-esbuild-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async function runEsbuild(
154154
},
155155
{
156156
optimization: !dev,
157-
sourcemap: dev,
157+
sourcemap: dev ? 'inline' : false,
158158
workspaceRoot: __dirname,
159159
inlineStyleLanguage: builderOptions.inlineStyleLanguage,
160160
browsers: browsers,

0 commit comments

Comments
 (0)