Skip to content

Conversation

@CalculatingZero
Copy link
Contributor

  • added the following dependencies:
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "browserify-fs": "^1.0.0",
    "crypto-browserify": "^3.12.0",
    "react-scripts": "^5.0.1",

  • added fallbacks to the webpackConfig:
    fs: require.resolve("browserify-fs"), // or 'empty' if you prefer an empty module
    crypto: require.resolve('crypto-browserify'),
    stream: require.resolve('stream-browserify'),

  • project will now build and start.

- added the following dependencies:
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"browserify-fs": "^1.0.0",
"crypto-browserify": "^3.12.0",
"react-scripts": "^5.0.1",

- add fallbacks to the webpackConfig.

- project will now build and start.
@lovasoa
Copy link
Member

lovasoa commented Dec 1, 2023

thanks

@lovasoa lovasoa merged commit 65915cd into sql-js:master Dec 1, 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