File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
font-config-webpack-plugin
image-config-webpack-plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ module.exports = {
5252 ],
5353};
5454```
55- ### Enable CommonJS module syntax
55+ ### Enable ES module syntax
5656By 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
5959For more information see [ file-loader documentation] ( https://v4.webpack.js.org/loaders/file-loader/#esmodule )
6060``` js
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ module.exports = {
5252 ],
5353};
5454```
55- ### Enable CommonJS module syntax
55+ ### Enable ES module syntax
5656By 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
5959For more information see [ file-loader documentation] ( https://v4.webpack.js.org/loaders/file-loader/#esmodule )
6060
You can’t perform that action at this time.
0 commit comments