File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ module.exports = [
17
17
import : '{ init }' ,
18
18
limit : '100 KB' ,
19
19
} ,
20
+ {
21
+ name : '@sentry/nextjs Client - Webpack' ,
22
+ path : 'packages/nextjs/esm/index.client.js' ,
23
+ import : '{ init }' ,
24
+ limit : '100 KB' ,
25
+ } ,
20
26
{
21
27
name : '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)' ,
22
28
path : 'packages/tracing/build/bundle.tracing.min.js' ,
Original file line number Diff line number Diff line change 45
45
"build:dev" : " run-s build:es5 build:esm" ,
46
46
"build:es5" : " tsc -p tsconfig.build.json" ,
47
47
"build:esm" : " tsc -p tsconfig.esm.json" ,
48
- "build:watch" : " run-p build:es5:watch build:esm:watch" ,
48
+ "build:watch" : " run-p build:es5:watch build:esm:watch build:bundle:watch " ,
49
49
"build:bundle:watch" : " rollup --config --watch" ,
50
50
"build:dev:watch" : " run-p build:es5:watch build:esm:watch" ,
51
51
"build:es5:watch" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
You can’t perform that action at this time.
0 commit comments