I use webpack to develop a React component. Here is a simple version of it:
\'use strict\'; require(\'./MyComponent.less\'); var React = require(\'react\')
Taking inspiration from Misha's response, I created an NPM package that solves this problem while also handling a few more scenarios I came across:
webpack-babel-jest
Hopefully this can save the next person a few hours.