You've already forked AstralRinth
forked from didirus/AstralRinth
Make Omorphia an ESM-only module (#115)
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineConfig({
|
||||
entry: resolve(__dirname, 'lib/index.ts'),
|
||||
name: 'Omorphia',
|
||||
fileName: 'omorphia',
|
||||
formats: ['es', 'cjs'],
|
||||
formats: ['es'],
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user