extract-loader icon indicating copy to clipboard operation
extract-loader copied to clipboard

Support aliases

Open vseventer opened this issue 4 years ago • 1 comments

Fixes #81 by letting Webpack take care of loading modules - which e.g. means aliases are resolved correctly.

Afaik, the requiring of the js files was required because of certain node modules, so I updated the if-statement to be more specific to avoid issues with project-level js files.

vseventer avatar Apr 24 '20 00:04 vseventer

Works for me, but would be nice to have it merged as an actual release for this project :)

boroth avatar Jul 19 '21 14:07 boroth