appedemic / livescript-loader

livescript loader for webpack
19 stars 17 forks source link

Replaced parseQuery with getOptions and updated dependencies #13

Open ManuelBauer opened 5 years ago

ManuelBauer commented 5 years ago

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