PHP 7.4.33
Preview: rollup.config.js Size: 343 B
/var/www/receipt-app-backend-bitkit.dk/httpdocs/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: 9
Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-05-06 08:23:45
Edit Download
113 B lrw-r--r-- 2026-05-06 08:23:44
Edit Download
382 B lrw-r--r-- 2026-05-06 08:23:44
Edit Download
9.56 KB lrw-r--r-- 2026-05-06 08:23:45
Edit Download
823 B lrw-r--r-- 2026-05-06 08:23:45
Edit Download
3.22 KB lrw-r--r-- 2026-05-06 08:23:45
Edit Download
1.09 KB lrw-r--r-- 2026-05-06 08:23:45
Edit Download
1.13 KB lrw-r--r-- 2026-05-06 08:23:45
Edit Download
5.55 KB lrw-r--r-- 2026-05-06 08:23:45
Edit Download
343 B lrw-r--r-- 2026-05-06 08:23:45
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).