Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

webpack pollyfills #380

Open
prmichaelsen opened this issue Mar 2, 2023 · 0 comments
Open

webpack pollyfills #380

prmichaelsen opened this issue Mar 2, 2023 · 0 comments

Comments

@prmichaelsen
Copy link

Past webpack 5 you need the following polyfills to use snoowrap:

{
      alias: {
        // required by snoowrap
        url: require.resolve('url'),
        querystring: require.resolve('querystring'),
        stream: require.resolve('stream'),
        'stream-browserify': require.resolve('stream-browserify'),
      }
    }

It's no big deal, but I was submitting this ticket to request updates to the library such that these pollyfills are no longer necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant