Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 23, 2024
1 parent f4cfba6 commit 53cd976
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion bundlesize.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
files: [
{
path: 'build/**/*.js',
maxSize: '45 kB',
maxSize: '49 kB',
compression: 'brotli',
},
{
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ export default defineConfig((config) => {
},

sourcemap: true,

// we have these on even with modules, so that we can estimate the size of
// the library when bundled
minify: !debugBuild,
cssMinify: !debugBuild,
},
Expand Down

0 comments on commit 53cd976

Please sign in to comment.