aurelia / webpack-plugin

A plugin for webpack that enables bundling Aurelia applications.
MIT License
90 stars 36 forks source link

fix(sub-folder-plugin): do null check on relative path #172

Closed bigopon closed 3 years ago

bigopon commented 3 years ago

fix https://github.com/aurelia/webpack-plugin/issues/166#issuecomment-851497877

Cannot easily reproduce this in a test, and the fix is simple so no tests.

thanks @thomas-darling