Meyrueis

Results 1 comments of Meyrueis

I'm using Vite and i've fix this problem following this issue : https://github.com/NightCatSama/vue-slider-component/issues/642 `export default defineConfig({ build: { commonjsOptions: { requireReturnsDefault: true } }, // ... })` Good luck !