Skip to content

Commit bf62498

Browse files
authored
document webpack mode option
1 parent 153d2c3 commit bf62498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/issues.log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- Code that uses `eval` with modern syntax to check if it's supported by browser (not throws exception).
1111

12-
- Dependency package that was bundled with webpack config's [devtool: 'eval'](https://webpack.js.org/configuration/devtool/) in production mode.
12+
- Dependency package that was bundled with webpack's config option [`devtool: 'eval'`](https://webpack.js.org/configuration/devtool/) or [`mode: 'development'`](https://webpack.js.org/configuration/mode/).
1313

1414
- A substantial number of hidden video elements in DOM stopped working, after Chrome unexpectedly limited them to 100 per domain (later the limit was lifted to 1000).
1515

0 commit comments

Comments
 (0)