mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
chore(splitjs): get rid of minified version
Not useful for the app.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import buble from '@rollup/plugin-buble'
|
||||
import { terser } from 'rollup-plugin-terser'
|
||||
import pkg from "./package.json" with { type: "json" };
|
||||
|
||||
const output = {
|
||||
@@ -22,14 +21,5 @@ export default [
|
||||
},
|
||||
],
|
||||
plugins: [buble()],
|
||||
},
|
||||
{
|
||||
input: 'src/split.js',
|
||||
output: {
|
||||
...output,
|
||||
sourcemap: true,
|
||||
file: "dist/split.min.js",
|
||||
},
|
||||
plugins: [buble(), terser()],
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user