File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ assignees: ''
10
10
Share with me your stats html file. It does not contain your source code - it is completely safe. You can send it to my email (see my github profile).
11
11
12
12
If you cannot provide me stats html file:
13
- 1 . Provide relevant section of your rollup config (at least plugins used).
13
+ 1 . Provide the way how you call this module
14
14
2 . Provide your node and dependencies versions
15
15
3 . Your OS type and version
16
16
4 . Screenshot of problem
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ esbuild-visualizer --metadata ./meta.json --exclude *.png
32
32
33
33
` --filename ` (string, default ` stats.html ` ) - name of the file with diagram to generate
34
34
35
- ` --title ` (string, default ` Rollup Visualizer` ) - title tag value
35
+ ` --title ` (string, default ` Esbuild Visualizer` ) - title tag value
36
36
37
37
` --open ` (boolean, default ` false ` ) - Open generated file in default user agent
38
38
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " esbuld -visualizer" ,
2
+ "name" : " esbuild -visualizer" ,
3
3
"version" : " 0.2.0" ,
4
4
"author" : " Denis Bardadym <bardadymchik@gmail.com>" ,
5
5
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments