File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "build" : {
99 "executor" : " @nx/esbuild:esbuild" ,
1010 "outputs" : [" {options.outputPath}" ],
11+ "defaultConfiguration" : " production" ,
1112 "options" : {
12- "outputPath" : " dist/libs/shared/otel" ,
1313 "main" : " libs/shared/otel/src/index.ts" ,
14+ "outputPath" : " dist/libs/shared/otel" ,
15+ "outputFileName" : " main.js" ,
1416 "tsConfig" : " libs/shared/otel/tsconfig.lib.json" ,
15- "assets" : [" libs/shared/otel/*.md" ],
16- "generatePackageJson" : true ,
1717 "declaration" : true ,
18- "platform" : " node"
18+ "assets" : [
19+ {
20+ "glob" : " libs/shared/otel/README.md" ,
21+ "input" : " ." ,
22+ "output" : " ."
23+ }
24+ ],
25+ "platform" : " node" ,
26+ "format" : [" cjs" , " esm" ]
27+ },
28+ "configurations" : {
29+ "development" : {
30+ "minify" : false
31+ },
32+ "production" : {
33+ "minify" : true
34+ }
1935 }
2036 },
2137 "test-unit" : {
Original file line number Diff line number Diff line change 315315 "@fxa/vendored/crypto-relier" : " ./dist/libs/vendored/crypto-relier/main.cjs" ,
316316 "@fxa/vendored/crypto-relier/esm" : " ./dist/libs/vendored/crypto-relier/main.js" ,
317317 "@fxa/shared/pem-jwk" : " ./dist/libs/shared/pem-jwk/main.cjs" ,
318- "@fxa/shared/l10n" : " ./dist/libs/shared/l10n/main.cjs"
318+ "@fxa/shared/l10n" : " ./dist/libs/shared/l10n/main.cjs" ,
319+ "@fxa/shared/otel" : " ./dist/libs/shared/otel/main.cjs"
319320 }
320321}
You can’t perform that action at this time.
0 commit comments