Closed DaveyJake closed 3 years ago
This is an issue board for reporting issues with webpack-stream
. I recommend stackoverflow.com or webpack's support channels for more general help.
This is an issue board for reporting issues with
webpack-stream
. I recommend stackoverflow.com or webpack's support channels for more general help.
My CLI says, Error in plugin "webpack-stream"
@shama
You'll need to provide a lot more information about how this issue originates from this library webpack-stream
. A stack trace is a good start.
I'm fairly certain the error is occurring from somewhere else while using this library though. Especially considering this library isn't a plugin and I'm not familiar with any of the code you provide above.
After two days of trying to debug this, I'm hoping someone here can help?
Initially, I thought it was due to still using Webpack 4 as other
devDependencies
are using Webpack 5. After runningnpm install webpack@latest --save-dev
, I find I'm still getting this error.Unsure of what to do, I adjusted my config to only handle the JS. All of the SCSS and images are handled separately and are working fine.
My current
webpack.config.js
is as follows:Does anyone have any ideas of why I continue to get the
Invalid left-hand side expression in prefix operation
error? Any advice would be much appreciated.