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 8ff9fb6 commit 61007b6Copy full SHA for 61007b6
README.md
@@ -10,11 +10,10 @@
10
This plugin configures ESBuild for building code [compatible][runtime] with [CloudFront Functions][cf-functions].
11
12
As can be seen in the documentation CloudFront Functions do not run on Node, but on AWS's custom JS runtime.
13
-It according to them
14
15
-```
16
-... is compliant with ECMAScript (ES) version 5.1 and also supports some features of ES versions 6 through 9.
17
+According to them it
+
+> ... is compliant with ECMAScript (ES) version 5.1 and also supports some features of ES versions 6 through 9.
18
19
This plugin does its best to enable and disable transpiling features as the [documentation says is available][runtime].
20
0 commit comments