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 c927377 commit e0e4006Copy full SHA for e0e4006
scripts/build
@@ -16,7 +16,7 @@ uglify=`pwd`/node_modules/.bin/uglifyjs
16
cd dist
17
18
# We use --mangle but not --compress to reduce file size
19
-# --compress unfortunately removes the 'imports' from the top of hte ESM build
+# --compress unfortunately removes the 'imports' from the top of the ESM build
20
for f in *.js; do
21
o=`echo $f | sed s/\.js/.min.js/`
22
echo "$f ~> $o"
0 commit comments