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
I get a warning, where it says " [vite] Failed to load source map react-quill-new/dist/quill.snow.css."
warning : [vite] Failed to load source map for /....../client/node_modules/react-quill-new/dist/quill.snow.css.
Error: An error occurred while trying to read the map file at quill.snow.css.map
Error: ENOENT: no such file or directory, open '/ ...../client/node_modules/react-quill-new/dist/quill.snow.css.map'
at async open (node:internal/fs/promises:639:25)
at async Object.readFile (node:internal/fs/promises:1249:14)
at async extractSourcemapFromFile (file://....../client/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:21001:53)
at async loadAndTransform (file://...../client/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:51892:27)
There is no issues, all working fine, its just this warning pops up in the terminal.
I think maybe it's related to build. Any idea how to remove this warning?
The text was updated successfully, but these errors were encountered:
I get a warning, where it says " [vite] Failed to load source map react-quill-new/dist/quill.snow.css."
warning : [vite] Failed to load source map for /....../client/node_modules/react-quill-new/dist/quill.snow.css.
Error: An error occurred while trying to read the map file at quill.snow.css.map
Error: ENOENT: no such file or directory, open '/ ...../client/node_modules/react-quill-new/dist/quill.snow.css.map'
at async open (node:internal/fs/promises:639:25)
at async Object.readFile (node:internal/fs/promises:1249:14)
at async extractSourcemapFromFile (file://....../client/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:21001:53)
at async loadAndTransform (file://...../client/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:51892:27)
There is no issues, all working fine, its just this warning pops up in the terminal.
I think maybe it's related to build. Any idea how to remove this warning?
The text was updated successfully, but these errors were encountered: