PHP 8.2.30
Preview: rollup.config.js Size: 343 B
/home/byroehnu/easepay.easetack.com/node_modules/deepmerge/rollup.config.js

import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import pkg from './package.json'

export default {
	input: `index.js`,
	plugins: [
		commonjs(),
		resolve(),
	],
	output: [
		{
			file: pkg.main,
			format: `cjs`
		},
		{
			name: 'deepmerge',
			file: 'dist/umd.js',
			format: `umd`
		},
	],
}

Directory Contents

Dirs: 1 × Files: 10

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
113 B lrw-r--r-- 2026-02-28 00:26:32
Edit Download
382 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:21
Edit Download
9.56 KB lrw-r--r-- 2026-02-28 00:27:38
Edit Download
823 B lrw-r--r-- 2026-02-28 00:27:58
Edit Download
3.22 KB lrw-r--r-- 2026-02-28 00:27:06
Edit Download
1.09 KB lrw-r--r-- 2026-02-28 00:28:02
Edit Download
1.13 KB lrw-r--r-- 2026-02-28 00:27:34
Edit Download
5.55 KB lrw-r--r-- 2026-02-28 00:27:46
Edit Download
343 B lrw-r--r-- 2026-02-28 00:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).