mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
es builds
This commit is contained in:
@@ -14,7 +14,14 @@ const output = {
|
||||
export default [
|
||||
{
|
||||
input: 'src/split.js',
|
||||
output,
|
||||
output: [
|
||||
output,
|
||||
{
|
||||
file: pkg.module,
|
||||
format: 'esm',
|
||||
sourcemap: false,
|
||||
},
|
||||
],
|
||||
plugins: [buble()],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user