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 5fa895c commit 91cb3baCopy full SHA for 91cb3ba
src/content/guides/ecma-script-modules.mdx
@@ -11,7 +11,7 @@ related:
11
ECMAScript Modules (ESM) is a [specification](https://tc39.github.io/ecma262/#sec-modules) for using Modules in the Web.
12
It's supported by all modern browsers and the recommended way of writing modular code for the Web.
13
14
-Webpack supported processing ECMAScript Modules to optimize them.
+Webpack supports processing ECMAScript Modules to optimize them.
15
16
## Exporting
17
0 commit comments