You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ See ["Configuring your Web server to prevent caching"](docs/prevent_caching.md)
46
46
- Source maps
47
47
48
48
-`npm run build`: Production ready build.
49
-
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
49
+
- JavaScript minified with [UglifyJS v3](https://github.com/mishoo/UglifyJS2/tree/harmony).
50
50
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
51
51
- CSS across all components extracted into a single file and minified with [cssnano](https://github.com/ben-eb/cssnano).
52
52
- All static assets compiled with version hashes for efficient long-term caching, and a production `index.html` is auto-generated with proper URLs to these generated assets.
Copy file name to clipboardExpand all lines: docs/commands.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ All build commands are executed via [NPM Scripts](https://docs.npmjs.com/misc/sc
16
16
17
17
> Build assets for production. See [Integrating with Backend Framework](backend.md) for more details.
18
18
19
-
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
19
+
- JavaScript minified with [UglifyJS v3](https://github.com/mishoo/UglifyJS2/tree/harmony).
20
20
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
21
21
- CSS across all components extracted into a single file and minified with [cssnano](https://github.com/ben-eb/cssnano).
22
22
- All static assets compiled with version hashes for efficient long-term caching, and a production `index.html` is auto-generated with proper URLs to these generated assets.
0 commit comments