Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deseteral committed Sep 29, 2023
1 parent 7863c5c commit 77850ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ponczek",
"version": "1.1.0",
"version": "1.1.1",
"description": "Deep-fried game framework with sweet filling",
"author": "Deseteral <github.com/deseteral>",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export default defineConfig({
build: {
outDir: path.join(__dirname, './examples/dist'),
assetsDir: 'public',
rollupOptions: {
output: {
format: 'umd',
},
},
},
resolve: {
alias: {
Expand Down

0 comments on commit 77850ee

Please sign in to comment.