aurelia / webpack-plugin

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

fix(dist-plugin): do not intefere with relative path imports #177

Closed bigopon closed 3 years ago

bigopon commented 3 years ago

Currently the dist plugin is trying to resolve everything, resulting in relative modules being pointed at the top level ones. This PR fixes this. closes #174