You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a declaration file for module 'mini-css-extract-plugin'. '/..t/node_modules/mini-css-extract-plugin/dist/cjs.js' implicitly has an 'any' type.
Try npm i --save-dev @types/mini-css-extract-plugin if it exists or add a new declaration (.d.ts) file containing declare module 'mini-css-extract-plugin';
The text was updated successfully, but these errors were encountered:
I am getting this error -
Could not find a declaration file for module 'mini-css-extract-plugin'. '/..t/node_modules/mini-css-extract-plugin/dist/cjs.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/mini-css-extract-plugin
if it exists or add a new declaration (.d.ts) file containingdeclare module 'mini-css-extract-plugin';
The text was updated successfully, but these errors were encountered: