Replies: 1 comment
-
The problem persists in this project, but here's a workaround:
Then in the plugins: of your module.exports within v5 webpack.config.js
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The top-level README here says
but when I follow the steps given to install and then statically import in my webpack project, there is a ReferenceError about
process.env.PACKAGE_VERSION
when I load the site in Chrome. I suspect that's due to the following line (or a similar one in another file) being part of the installation:amazon-kinesis-video-streams-webrtc-sdk-js/webpack.config.js
Line 8 in 590bded
How can a webpack project avoid importing any components that reference
process.env
?Beta Was this translation helpful? Give feedback.
All reactions