issues
search
tangrams
/
tangram-docs
Documentation for the Tangram map renderer
https://tangrams.readthedocs.io/
MIT License
50
stars
27
forks
source link
Document comparisons option for minifying Tangram
#234
Open
hanbyul-here
opened
6 years ago
hanbyul-here
commented
6 years ago
I faced the problem that Tangram requires specific options to be minified with
uglify-js
when I was bundling Tangram for mapzen.js
.
Now this info is in
the comment of react-webpack-tangram-boilerplate repo
I think it is better to keep this info more formally documented since uglify is very common, also not React-Webpack specific command.
uglify-js
when I was bundling Tangram for mapzen.js.