Error when importing Theme #2096
-
Following the manual instructions on https://paste.twilio.design/getting-started/manual-installation/
Has anyone ran into this or know why it's happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi there! This is a known issue that has come up before and we have it on our roadmap to fix. Some context can be found in the previous thread #1497. Essentially, it's to do with Webpack v5, and we're not ready for it yet. It's not been the highest of priorities because up until now it was only a warning. It seems though that next.js and create react app are now shipping and enabling Webpack v5 as defaults, and we might need to address that sooner rather than later. If it's possible, using Webpack v4 will resolve the warning. Otherwise, hang tight with the log spam and we'll get a fix out soon as we can. |
Beta Was this translation helpful? Give feedback.
Hi there!
This is a known issue that has come up before and we have it on our roadmap to fix.
Some context can be found in the previous thread #1497.
Essentially, it's to do with Webpack v5, and we're not ready for it yet. It's not been the highest of priorities because up until now it was only a warning. It seems though that next.js and create react app are now shipping and enabling Webpack v5 as defaults, and we might need to address that sooner rather than later.
If it's possible, using Webpack v4 will resolve the warning. Otherwise, hang tight with the log spam and we'll get a fix out soon as we can.