Skip to content

Commit c89df60

Browse files
author
Chuck Dumont
committed
Fix README linter issue
1 parent 332702f commit c89df60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ You may use [webpack-hasjs-plugin](https://www.npmjs.com/package/webpack-hasjs-p
191191

192192
By default, webpack uses the resource path of the module as the module id in development builds. In production builds, integer modules ids are used. Using named module ids helps with debugging, but can trip up the parsing of dojo/has loader expressions when the module ids contains `?` and `:` characters. For this reason, it is recommended to disable the use of named module ids with the following option in your webpack config:
193193

194+
<!-- eslint-disable semi-->
194195
```javascript
195196
optimization: {
196197
namedModules: false

0 commit comments

Comments
 (0)