Skip to content

Commit d0c5b1f

Browse files
committed
add sourcemap in dev config
1 parent 289e43f commit d0c5b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/webpack.dev.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ module.exports = {
1414
loader: 'babel?optional[]=runtime'
1515
}
1616
]
17-
}
17+
},
18+
devtool: '#source-map'
1819
}

0 commit comments

Comments
 (0)