Critical Dependency Warning #718
Unanswered
Maanil-Verma-WIN
asked this question in
Q&A
Replies: 1 comment
-
It's related to a functionality to load partial templates via There's a way to mitigate the warning from stackoverflow, add a plugin to Webpack config: plugins: [
new ContextReplacementPlugin(/liquidjs/)
], See a demo config here. |
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
-
I am working with NextJS 13, Material UI, and TypeScript & I am getting this warning in my VS Code Terminal Again and again.
Beta Was this translation helpful? Give feedback.
All reactions