We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thanks for help
when i add the fabric module and run dev again, this error is occurred.
https://github.com/lvhaohua/fabricjs-react-vite
vite
some warning when 'yarn dev':
[plugin:vite:resolve] externalized node built-in "events" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/virtual-console.js) [plugin:vite:resolve] externalized node built-in "events" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/virtual-console.js) (x2) [plugin:vite:resolve] externalized node built-in "vm" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/Window.js) [plugin:vite:resolve] externalized node built-in "vm" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/Window.js) (x2) [plugin:vite:resolve] externalized node built-in "fs" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js)
The text was updated successfully, but these errors were encountered:
12b706d
Could I get some more info about the fix here? I'm getting similar warnings importing Firepad, so is this the usual for cjs modules?
Sorry, something went wrong.
It's the same problem. (fixed in beta.31)
No branches or pull requests
thanks for help
Describe the bug
when i add the fabric module and run dev again, this error is occurred.
Reproduction
https://github.com/lvhaohua/fabricjs-react-vite
System Info
vite
version: 2.0.0-beta.12Logs
some warning when 'yarn dev':
[plugin:vite:resolve] externalized node built-in "events" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/virtual-console.js)
[plugin:vite:resolve] externalized node built-in "events" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/virtual-console.js) (x2)
[plugin:vite:resolve] externalized node built-in "vm" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/Window.js)
[plugin:vite:resolve] externalized node built-in "vm" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/Window.js) (x2)
[plugin:vite:resolve] externalized node built-in "fs" to empty module. (imported by: /Users/haohua/Canvas/canvas-hua/node_modules/jsdom/lib/jsdom/browser/resources/resource-loader.js)
The text was updated successfully, but these errors were encountered: