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.
2 parents fbcc076 + 53f6b5a commit f5a6f97Copy full SHA for f5a6f97
tools/vite.config.js
@@ -5,6 +5,7 @@ export default defineConfig({
5
build: {
6
emptyOutDir: false,
7
lib: {
8
+ formats: ['es'],
9
entry: {
10
'fastApi/adapter': resolve(__dirname, 'api/fastApi/adapter.js'),
11
'fastApi/vue-composable': resolve(__dirname, 'api/fastApi/vue-composable.js'),
0 commit comments