Skip to content

Commit

Permalink
remove umd format (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
halocline authored Jul 24, 2024
1 parent a306c2c commit ac9cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grommet-leaflet/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
entry: resolve(__dirname, 'src/index.js'),
name: 'grommet-leaflet',
fileName: 'grommet-leaflet',
formats: ['es', 'cjs', 'umd'],
formats: ['es', 'cjs'],
},
rollupOptions: {
// externalize deps that shouldn't be bundled with library
Expand Down

0 comments on commit ac9cc7c

Please sign in to comment.