livescript-loader icon indicating copy to clipboard operation
livescript-loader copied to clipboard

Replaced parseQuery with getOptions and updated dependencies

Open ManuelBauer opened this issue 6 years ago • 0 comments

Hello,

Because Webpack (or more precisely loader-utils) will remove the parseQuery() function with the next major version, I upgraded both the livescript-loader as well as the dependencies.

DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils.

Kind regards, Manuel

ManuelBauer avatar Jun 19 '19 11:06 ManuelBauer