mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
es builds
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"description": "2kb unopinionated utility for resizeable split views",
|
"description": "2kb unopinionated utility for resizeable split views",
|
||||||
"main": "dist/split.js",
|
"main": "dist/split.js",
|
||||||
"minified:main": "dist/split.min.js",
|
"minified:main": "dist/split.min.js",
|
||||||
|
"module": "dist/split.es.js",
|
||||||
"repository": "https://github.com/nathancahill/split",
|
"repository": "https://github.com/nathancahill/split",
|
||||||
"keywords": ["css", "split", "flexbox", "tiny", "split-layout"],
|
"keywords": ["css", "split", "flexbox", "tiny", "split-layout"],
|
||||||
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
||||||
|
@@ -14,7 +14,14 @@ const output = {
|
|||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
input: 'src/split.js',
|
input: 'src/split.js',
|
||||||
output,
|
output: [
|
||||||
|
output,
|
||||||
|
{
|
||||||
|
file: pkg.module,
|
||||||
|
format: 'esm',
|
||||||
|
sourcemap: false,
|
||||||
|
},
|
||||||
|
],
|
||||||
plugins: [buble()],
|
plugins: [buble()],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user