Open p-98 opened 1 month ago
Correctly handle configs using fallbacks like
"paths": { "Types/*": ["../shared/src/types/*", "./src/types/*"], }
when the format: 'array' option is set in the 'webpack' and 'babel' plugins.
format: 'array'
'webpack'
'babel'
Closes #79.
Correctly handle configs using fallbacks like
when the
format: 'array'
option is set in the'webpack'
and'babel'
plugins.Closes #79.