We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7baaf commit 9af5948Copy full SHA for 9af5948
BUILDING.md
@@ -40,13 +40,6 @@ then simply run,
40
browserify index.js > bundle.js
41
```
42
43
-to trim meta information (and thus save a few bytes), run:
44
-
45
46
-```
47
-browserify -t path/to/plotly.js/tasks/util/compress_attributes.js index.js > bundle.js
48
49
50
## Angular CLI
51
52
Currently Angular CLI uses Webpack under the hood to bundle and build your Angular application.
0 commit comments