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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The development server will run on port 8080 by default. If that port is already
41
41
- Source maps
42
42
43
43
-`npm run build`: Production ready build.
44
-
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
44
+
- JavaScript minified with [UglifyJS v3](https://github.com/mishoo/UglifyJS2/tree/harmony).
45
45
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
46
46
- CSS across all components extracted into a single file and minified with [cssnano](https://github.com/ben-eb/cssnano).
47
47
- Static assets compiled with version hashes for efficient long-term caching, and an auto-generated production `index.html` with proper URLs to these generated assets.
Copy file name to clipboardExpand all lines: docs/commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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