Closed Geczy closed 7 years ago
The problem isn't with .jsx
, but with node_modules
.
The loader is configured to exclude things from node_modules
(https://github.com/diegohaz/arc/blob/master/webpack.config.js#L20-L26) because, usually, you don't want to transpile code from there.
You need to edit that rule or create a new rule for jsplumbtoolkit-react
.
Thanks, I've edited the rule
exclude: /node_modules(?!\/jsplumbtoolkit-react)/,
Looks like we're using a happyloader thing? How do I import a jsx module?
With the miniview looking like: