404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.144.40.238: ~ $
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`
		},
	],
}

Filemanager

Name Type Size Permission Actions
dist Folder 2755
changelog.md File 9.19 KB 0644
index.d.ts File 652 B 0644
index.js File 3.2 KB 0644
license.txt File 1.09 KB 0644
package.json File 2.04 KB 0644
readme.md File 5.54 KB 0644
rollup.config.js File 343 B 0644