We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808a24f commit 0e2cb41Copy full SHA for 0e2cb41
build/tasks/minify.js
@@ -44,7 +44,7 @@ export async function minify( { dir, filename, version } ) {
44
output: {
45
ascii_only: true,
46
47
- // Support: Android 4.0 only, IE9 only
+ // Support: Android 4.0 only, IE 9 only
48
// This is in lieu of setting ie for all of mangle, compress, and output
49
ie8: true,
50
preamble: banner
0 commit comments