how to resolve this ` node_modules/styled-components/dist/styled-components.esm.js:1:30830:
how to resolve this
node_modules/styled-components/dist/styled-components.esm.js:1:30830:
1 │ ...this.seal();var t = require("stream").Transform,n = e,o = this.i...
╵ ~~~~~~~~
The package "stream" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.






