code-line-plugin
v1.1.3
Published
replace __LINE__ __FILE__ in code
Downloads
5
Readme
code-line-plugin
The plugin is use to replace __LINE__
and __FILE__
in js
Usage
const CodeLinePlugin=require('code-line-plugin');
//some webpack configs
output:{
...
devtoolLineToLine:true
},
plugins:[
new CodeLinePlugin
],
devtool='source-map'