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
Uncaught TypeError: Cannot read properties of undefined (reading 'accept')
From random component.
Seems like that import.hot is not provided correctly?
Expected Behavior
HMR should work correctly.
Github Repo
No response
Steps to Reproduce
I have created empty vite project in NX monorepo
Added vue2() plugin to vue.config.ts
nx run project:serve
Nx Report
nx : 14.8.3
@nrwl/angular : 14.8.3
@nrwl/cypress : 15.2.1
@nrwl/detox : Not Found
@nrwl/devkit : 15.2.1
@nrwl/esbuild : Not Found
@nrwl/eslint-plugin-nx : 14.8.3
@nrwl/expo : Not Found
@nrwl/express : Not Found
@nrwl/jest : 15.2.1
@nrwl/js : 15.2.1
@nrwl/linter : 14.8.3
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/nx-cloud : 14.7.0
@nrwl/nx-plugin : 15.2.1
@nrwl/react : Not Found
@nrwl/react-native : Not Found
@nrwl/rollup : 15.2.1
@nrwl/schematics : Not Found
@nrwl/storybook : 14.8.4
@nrwl/web : 15.2.1
@nrwl/webpack : 14.8.3
@nrwl/workspace : 14.8.3
typescript : 4.8.4
---------------------------------------
Local workspace plugins:
@smartemailing/vue (NOT USED ATM)
---------------------------------------
Community plugins:
@nrwl/vite: 15.2.1
@nx-plus/vue: 14.1.0 (NOT USED ANYMORE)
@storybook/angular: 6.5.12
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
I cannot make the @nrwl/vite:dev-server work with HMR. I tried to set it via project.json:
or via vite.config.ts
However... it doesn't work.
I get this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'accept')
From random component.
Seems like that import.hot is not provided correctly?
Expected Behavior
HMR should work correctly.
Github Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: