Skip to content

Commit

Permalink
Turn off minification to fix some sheet-loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Dec 30, 2022
1 parent 3586766 commit a794cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Next Release

- Create Dependabot config
- Fix a bug where some sheets won't open
- Under the hood: dependabot enabled, and some dependencies are updated

## 1.20.7

Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const config: UserConfig = {
emptyOutDir: true,
sourcemap: true,
reportCompressedSize: true,
minify: false,
lib: {
name: 'ironsworn',
entry: 'src/index.ts',
Expand Down

0 comments on commit a794cc8

Please sign in to comment.