Olga Kozlova
Olga Kozlova
There's a quite similar exception when using `babel-plugin-rewire`, see https://github.com/speedskater/babel-plugin-rewire/issues/144. The OP seems to use a different plugin though, `babel-plugin-rewire-exports`. Out of curiosity, I tried swapping `babel-plugin-rewire` for `babel-plugin-rewire-exports` in...
I managed to make a minimal reproducible example, see https://github.com/eventlistener/babel-plugin-rewire-issue-144/pull/1. It's a subtle issue where the following conditions need to be met in order to reproduce it: * The entry...
_To anyone interested how to build the jar file by yourself._ In order to do that you need to have JDK and Maven installed. Navigate to the repo directory in...
Weird, there is a way to configure jinja to work with relative paths, as shown in [this SO answer](https://stackoverflow.com/a/8530761/1444978). I wonder if there's a nunjucks equivalent.