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