I'm trying to include this in my bundle and use it in my project however I'm getting many instances of this error when building my project with webpack:
Could not find module in path: 'es-feature-detection/builtins/~/utils/testExpression' relative to '/node_modules/es-feature-detection/builtins/Array.from.js'
Here is a repro sandbox link: https://codesandbox.io/s/react-webpack-demo-forked-bmrz6q?file=/src/App.jsx
Is there any additional configuration required to be able to use this?
I'm trying to include this in my bundle and use it in my project however I'm getting many instances of this error when building my project with webpack:
Here is a repro sandbox link: https://codesandbox.io/s/react-webpack-demo-forked-bmrz6q?file=/src/App.jsx
Is there any additional configuration required to be able to use this?