Skip to content

Commit 25c7e69

Browse files
committed
docs: grammar tweaks [ci skip]
1 parent e2a5e46 commit 25c7e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/browser-compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [@babel-preset/env docs](https://new.babeljs.io/docs/en/next/babel-preset-en
4242
4343
## Modern Mode
4444
45-
With Babel we are able to leverage all the newest language features in ES2015+, but that also means we have to ship transpiled and polyfilled bundles in order to support older browsers. These transpiled bundles often more verbose than the original native ES2015+ code, and also parses and runs slower. Given that today a good majority of the modern browsers have decent support for native ES2015, it is a waste that we have to ship heavier and less efficient code to those browsers just because we have to support older ones.
45+
With Babel we are able to leverage all the newest language features in ES2015+, but that also means we have to ship transpiled and polyfilled bundles in order to support older browsers. These transpiled bundles are often more verbose than the original native ES2015+ code, and also parse and run slower. Given that today a good majority of the modern browsers have decent support for native ES2015, it is a waste that we have to ship heavier and less efficient code to those browsers just because we have to support older ones.
4646
4747
Vue CLI offers a "Modern Mode" to help you solve this problem. When building for production with the following command:
4848

0 commit comments

Comments
 (0)