babel-plugin-import-directory icon indicating copy to clipboard operation
babel-plugin-import-directory copied to clipboard

Add the ability to include typescript files

Open Adavo opened this issue 4 years ago • 0 comments

I required this plugin but I use typescript. If I use the wildcard plugins, it's not working since the import will add the .ts at the end of the import which indeed does not exist on my dist folder. By adding "manually" .ts files as "core extension", the include works perfectly.

If this is not wanted, maybe fix the ability to include other extension file without adding the extension to the import...

Adavo avatar Dec 20 '20 20:12 Adavo