Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack 5 polyfill fix #313

Closed
wants to merge 3 commits into from
Closed

Webpack 5 polyfill fix #313

wants to merge 3 commits into from

Conversation

giorgioma
Copy link

Hello there !
Awesome package :)

I am using this package and I have recently upgraded to webpack 5 but unfortunately there is no fs/promise polyfill available for this to be compatible with the latest webpack.
I have written a small workaround for it to work, I am not sure if it is a breaking change, all the tests are passing correctly.
I have change the following file to fix:

Uncaught Error: Cannot find module 'fs/promises'

and added some documentation for using it on webpack 5

@jonluca
Copy link
Collaborator

jonluca commented Sep 18, 2023

Closed in favor of #321

@jonluca jonluca closed this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants