guybedford / require-css

A RequireJS CSS loader plugin to allow CSS requires and optimization
MIT License
983 stars 364 forks source link

fix css-builder in node 6 or higher when config.dir is undefined #232

Open oyola0 opened 7 years ago

oyola0 commented 7 years ago

In node 6 or higher if path.dirname not receipt a string, throw a exception. https://nodejs.org/dist/latest-v6.x/docs/api/path.html#path_path_dirname_path

lriebandt commented 7 years ago

+1

alundiak commented 6 years ago

Looks similar to #235. Will review more detailed this weekend.

guybedford commented 6 years ago

I am no longer maintaining this project, but if anyone is interested in doing that I will gladly provide access.