You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to non_webpack_require at index.js:11, there is a hard dependency on Webpack if you are attempting to use node-native-ocr with Electron.
In my scenario, I am using Vite which uses rollup.js. Due to __non_webpack_require__ being Webpack-specific, this makes the library unusable in my scenario.
I'm open to suggestions on shims, but would be interested in more permanent solutions in the library itself.
The text was updated successfully, but these errors were encountered:
Due to non_webpack_require at index.js:11, there is a hard dependency on Webpack if you are attempting to use
node-native-ocr
with Electron.In my scenario, I am using Vite which uses rollup.js. Due to
__non_webpack_require__
being Webpack-specific, this makes the library unusable in my scenario.I'm open to suggestions on shims, but would be interested in more permanent solutions in the library itself.
The text was updated successfully, but these errors were encountered: