Skip to content

Commit f6fc485

Browse files
author
Chuck Dumont
authored
Merge pull request #206 from chuckdumont/work
Fix README linter issue
2 parents e334816 + c89df60 commit f6fc485

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)