We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2450c31 commit 7c40a44Copy full SHA for 7c40a44
vite.config.js
@@ -21,10 +21,4 @@ export default defineConfig({
21
vue: path.resolve(__dirname, './node_modules/vue/dist/vue.esm.js'),
22
},
23
24
- build: {
25
- commonjsOptions: {
26
- // Since vue-slider-component is not esm and receives vue esm this is required.
27
- requireReturnsDefault: 'preferred',
28
- },
29
30
})
0 commit comments