We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e23e59 commit c4f242aCopy full SHA for c4f242a
webpack/devtool.js
@@ -1,6 +1,6 @@
1
function devtool(options) {
2
if (options.environment === 'development') {
3
- if (disk) {
+ if (options.disk) {
4
return 'inline-cheap-module-source-map'
5
}
6
return 'eval-cheap-module-source-map'
0 commit comments