Skip to content

Commit

Permalink
fix: Change headline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Sailer committed Aug 10, 2021
1 parent c374796 commit 352e3da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/font-config-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ module.exports = {
],
};
```
### Enable CommonJS module syntax
### Enable ES module syntax
By default the `font-config-webpack-plugin` uses the CommonJS modules syntax (`require` statements).
You can enable a ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
You can enable the ES module syntax (`import` statements) syntax using: `esModule: true` in the options.

For more information see [file-loader documentation](https://v4.webpack.js.org/loaders/file-loader/#esmodule)
```js
Expand Down
4 changes: 2 additions & 2 deletions packages/image-config-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ module.exports = {
],
};
```
### Enable CommonJS module syntax
### Enable ES module syntax
By default the `image-config-webpack-plugin` uses the CommonJS modules syntax (`require` statements).
You can enable a ES module syntax (`import` statements) syntax using: `esModule: true` in the options.
You can enable the ES module syntax (`import` statements) syntax using: `esModule: true` in the options.

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

Expand Down

0 comments on commit 352e3da

Please sign in to comment.