@@ -19,18 +19,18 @@ const BUNDLE_PATHS: Record<string, Record<string, string>> = {
19
19
browser : {
20
20
cjs : 'build/npm/cjs/index.js' ,
21
21
esm : 'build/npm/esm/index.js' ,
22
- bundle_es5 : 'build/bundles/bundle.js' ,
23
- bundle_es5_min : 'build/bundles/bundle.min.js' ,
24
- bundle_es6 : 'build/bundles/bundle.es6. js' ,
25
- bundle_es6_min : 'build/bundles/bundle.es6. min.js' ,
22
+ bundle_es5 : 'build/bundles/bundle.es5. js' ,
23
+ bundle_es5_min : 'build/bundles/bundle.es5. min.js' ,
24
+ bundle_es6 : 'build/bundles/bundle.js' ,
25
+ bundle_es6_min : 'build/bundles/bundle.min.js' ,
26
26
} ,
27
27
tracing : {
28
28
cjs : 'build/npm/cjs/index.js' ,
29
29
esm : 'build/npm/esm/index.js' ,
30
- bundle_es5 : 'build/bundles/bundle.tracing.js' ,
31
- bundle_es5_min : 'build/bundles/bundle.tracing.min.js' ,
32
- bundle_es6 : 'build/bundles/bundle.tracing.es6. js' ,
33
- bundle_es6_min : 'build/bundles/bundle.tracing.es6. min.js' ,
30
+ bundle_es5 : 'build/bundles/bundle.tracing.es5. js' ,
31
+ bundle_es5_min : 'build/bundles/bundle.tracing.es5. min.js' ,
32
+ bundle_es6 : 'build/bundles/bundle.tracing.js' ,
33
+ bundle_es6_min : 'build/bundles/bundle.tracing.min.js' ,
34
34
} ,
35
35
} ;
36
36
0 commit comments