Describe the bug
We had a bug where import * as moment from 'moment' was called as a function. In development it worked, but in build it did not work.
The correct behavior is that it should not work in development.
Reproduction
https://stackblitz.com/edit/vitejs-vite-amttd2?file=main.js
System Info
Used Package Manager
npm
Logs
No response
Validations
Describe the bug
We had a bug where
import * as moment from 'moment'was called as a function. In development it worked, but in build it did not work.The correct behavior is that it should not work in development.
Reproduction
https://stackblitz.com/edit/vitejs-vite-amttd2?file=main.js
System Info
Used Package Manager
npm
Logs
No response
Validations