mirror of https://github.com/aldy505/sql-dsl.git
build: using mjs extension to fix compatibility
This commit is contained in:
parent
5d6c461ccf
commit
d1ebe73a75
|
@ -8,7 +8,7 @@ export default {
|
||||||
format: 'cjs',
|
format: 'cjs',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
file: 'dist/index.js',
|
file: 'dist/index.mjs',
|
||||||
format: 'esm',
|
format: 'esm',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue