We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've met this problem a "few" times now. I know it's not an issue with roc itself, but it's roc-config related I think.
According to the solutions I've found online it can be fixed by adding module.exports = { node: { fs: "empty" } }
module.exports = { node: { fs: "empty" } }
But I can't seem to find the right place for it. My thought is that it should be in the roc.config file, but it doesn't work.
And, where should I put things like: module: { loaders: [ { test: /\.ts(x?)$/, exclude: /node_modules/, loader: "ts-loader" },
module: { loaders: [ { test: /\.ts(x?)$/, exclude: /node_modules/, loader: "ts-loader" },
Anyhow, it would be nice to have some information about this stuff somewhere in this repo. :)
Kind regards Martin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've met this problem a "few" times now.
I know it's not an issue with roc itself, but it's roc-config related I think.
According to the solutions I've found online it can be fixed by adding
module.exports = { node: { fs: "empty" } }
But I can't seem to find the right place for it.
My thought is that it should be in the roc.config file, but it doesn't work.
And, where should I put things like:
module: { loaders: [ { test: /\.ts(x?)$/, exclude: /node_modules/, loader: "ts-loader" },
Anyhow, it would be nice to have some information about this stuff somewhere in this repo. :)
Kind regards
Martin
The text was updated successfully, but these errors were encountered: