speakingcode
Results
2
comments of
speakingcode
Noticing that in TravisCI a test fails with ``` TypeError: _vm(...).SyntheticModule is not a constructor ``` I had this issue locally before providing a babel.config.json to enable dynamic imports. Not...
It is strange that it's seg faulting, before the error was `TypeError: _vm(...).SyntheticModule is not a constructor ` (which I also experienced locally when `babel-plugin-dynamic-import-node` was not ini the env:test...