Closed tomaszlach86 closed 7 years ago
Tried to modify webpack.dev.config.js by adding:
node: {
console: true,
fs: 'empty',
net: 'empty',
tls: 'empty'
}
or
target: 'node'
but nothing has changed.
can you confirm your node and npm versions? I cannot produce this. the fs
module is native to node.
Grommet core uses toolbox and changes the default webpack configuration, check it out:
https://github.com/grommet/grommet/blob/master/grommet-toolbox.config.js#L50
This is where I would see your node configuration added.
Hey @tomaszlach86, sorry to be 'that guy', but we will be cleaning up our backlog next week by closing unresponsive issues that haven't been active for at least 30 days. If you would like this issue to remain open in our backlog, please comment to let us know. Thanks!
Closing issue based on 30 days of inactivity. Feel free to reopen this issue if it still needs our attention. Thanks!
Hi,
I am trying to access current options according to wiki by addingh the following lines to a file:
Unfortunately, when I do that, the application stops working and I see a bunch of errors. Stacktraces shows a lot of errors like this:
Can anybody help me with the issue?