pcb
pcb copied to clipboard
replace `loaderUtils.parseQuery` with `loaderUtils.getOptions`
loaderUtils.parseQuery is deprecated, see webpack/loader-utils#56
Hi @1pete thanks for your contribution. travis is passing, and it looks like AppVeyor complains about a certificate, unrelated to this PR.
@NekR Seems like the deprecation notice was added over a year ago according to the linked thread, is there a reason why we have not updated to use getOptions instead? Should probably be safe to merge this, right?