Nick Jiang
Results
1
comments of
Nick Jiang
I ran into a similar issue today, the issue was that my `webpack.config.js` was not set up to resolve `.node` files. I had to add `'.node'` to `config.resolve.extensions` and use...