Benedikt Hopfinger

Results 5 comments of Benedikt Hopfinger

Further Investigation revealed that the problem is not a general bug but a little more tricky. We imported stuff from ProjectB like so: `import {thing} from 'ProjectB/'` The `/` is...

It also seems to happen when we import from a subdirectory like `'ProjectB/subdir'`

Seems related to https://github.com/saguijs/sagui/issues/403

Another solution could be to use https://babeljs.io/docs/plugins/transform-flow-comments/ But I think this will result in an increase of filesize and would also require us to bundle external defined flowfiles in the...

any updates on this?