ierover
ierover
## 1.2.0 ## Test Environment Google Chrome, macOS ## Current Behavior ```js 1.do some action on the submenu, changed the submenu UI status 2.call loadImageFromURL to reload a new image...
Hi! Is there any option that can output the filename matched by webpack-obfuscator(loader) in the console? it will be great for developer to debug their webpack configuration
example: string : '{a:1}' still generated to '{a:1}' , what i expecting is '{"a":1}' how to get a real json string ?