Closed b-ma closed 3 years ago
ok this should be working in a more consistent way.
Beware that I published the fix as a minor
version (which is sully, it should have been a patch
), because the former behaviour was kind of a bug, so previous workarounds may break.
The build strategy is too restrictive, we need to be able to create arbitrary folders and assume they are transpiled (e.g.
shared
, etc.)A possible strategy would be to
babel
everything, maintaining the directory structure, andwebpack
declared browsers clients. It would probably simplify the build scripts too.