-
Notifications
You must be signed in to change notification settings - Fork 96
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
Fails to run with latest node #214
Labels
bug
Something isn't working
Comments
Adding to this, I get the same error when running on node
|
Some workarounds
Start app with
"devDependencies": {
"hello-wasm-pack": "^0.1.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"copy-webpack-plugin": "^12.0.2"
} With those dependency updates, I also needed to change the webpack.config.js (only changes shown) plugins: [
new CopyWebpackPlugin({patterns: ['index.html']})
],
experiments: {
asyncWebAssembly: true,
}, |
There's already an open PR for this #211 From August 2023... I guess this repo's dead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When running under Node
v20.17.0
, I'm affected by webpack/webpack#14532 and getting the following error:The text was updated successfully, but these errors were encountered: