const CodeLinePlugin=require('code-line-plugin');
//some webpack configs
output:{
...
devtoolLineToLine:true
},
plugins:[
new CodeLinePlugin
],
devtool='source-map'
code-line-plugin
1.1.3 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i code-line-plugin
Repository
Weekly Downloads
11
Version
1.1.3
License
MIT