Skip to content

Commit 352e3da

Browse files
author
Tobias Sailer
committed
fix: Change headline
1 parent c374796 commit 352e3da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/font-config-webpack-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ module.exports = {
5252
],
5353
};
5454
```
55-
### Enable CommonJS module syntax
55+
### Enable ES module syntax
5656
By default the `font-config-webpack-plugin` uses the CommonJS modules syntax (`require` statements).
57-
You can enable a ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
57+
You can enable the ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
5858

5959
For more information see [file-loader documentation](https://v4.webpack.js.org/loaders/file-loader/#esmodule)
6060
```js

packages/image-config-webpack-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ module.exports = {
5252
],
5353
};
5454
```
55-
### Enable CommonJS module syntax
55+
### Enable ES module syntax
5656
By default the `image-config-webpack-plugin` uses the CommonJS modules syntax (`require` statements).
57-
You can enable a ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
57+
You can enable the ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
5858

5959
For more information see [file-loader documentation](https://v4.webpack.js.org/loaders/file-loader/#esmodule)
6060

0 commit comments

Comments
 (0)