difelice / ejs-loader

EJS (Underscore/LoDash Templates) loader for webpack
MIT License
158 stars 24 forks source link

Make it compatible with Webpack 3.0 and update dependencies #23

Closed vlucendo closed 4 years ago

vlucendo commented 6 years ago

When used with the latest Webpack it shows:

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.

I've updated dependencies, documentation and made some changes to make it work properly.

turntayble81 commented 6 years ago

Is this project being maintained? It looks like no progress on this pr in nearly a year. I'm running webpack 4.15.1 and still getting this warning:

parseQuery() will be replaced with getOptions() in the next major version of loader-utils.

okonet commented 5 years ago

Not really. I’m happy to pass it over to you if you want

AtofStryker commented 4 years ago

@okonet I would love to pick this repository up if you are not looking to maintain it anymore. Would definitely like to make some enhancement's to reflect improvements made in webpack 4.

okonet commented 4 years ago

Sure I can transfer it to you. I'll need to add you to the npm as well. What's your username there?

Just realized that I don't own the repo anymore. Please ping @difelice

AtofStryker commented 4 years ago

The featured requested here should now be supported and implemented https://github.com/difelice/ejs-loader/pull/42 and is available in version 0.4.1