Skip to content

Commit

Permalink
refactor: remove unnecessary @sanity/pkg-utils config
Browse files Browse the repository at this point in the history
- `minify: true` is the same as the default
  • Loading branch information
mariuslundgard committed Jan 2, 2023
1 parent 1e8cc63 commit 34aaf9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/inject/package.config.template
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from '@sanity/pkg-utils'

export default defineConfig({
dist: 'lib',
minify: true,
legacyExports: true,
// Remove this block to enable strict export validation
extract: {
Expand Down

0 comments on commit 34aaf9b

Please sign in to comment.