Open tranduybau opened 2 years ago
Hi, what is your bundler? Rollup or Webpack or something else?
My guess is the problem here is that the react.fakescroll.js
is imported directly.
@fitiskin - how else would it be imported? There are 3 JS files in the repo, and and React file is not transpiled, so it must pass through your transpiler first, which means, it should be configured to transpile files from node_modules
Can you help me with that?