aurelia / webpack-plugin

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

Fixed minimatch file matching when using pnpm #191

Closed actuallyrob closed 2 years ago

actuallyrob commented 2 years ago

Resolved issue in the ConventionDependenciesPlugin where file paths that contain a . were not matched. This prevented the usage of pnpm since all node_modules are in the .pnpm subfolder as illustrated here.

bigopon commented 2 years ago

Thanks @actuallyrob

bigopon commented 2 years ago

This has been released as 5.0.2