esnunes / riotjs-loader

riotjs module loader for webpack
MIT License
103 stars 41 forks source link

webpack 2? #36

Open u007 opened 7 years ago

u007 commented 7 years ago

hi ,

when will there be webpack 2 support?

thank you

MartinMuzatko commented 7 years ago

Looking forward to it as well @esnunes Webpack throws the following deprecation notice:

(node:55941) 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.
gustaflindqvist commented 7 years ago

@MartinMuzatko I think this is connected to babel-loader: https://github.com/babel/babel-loader/issues/392