PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitcoinerlab/secp256k1

Просмотр файла: rollup.config.js

import commonjs from 'rollup-plugin-commonjs';

export default {
  input: './index.js',
  output: {
    file: './dist/index.js',
    format: 'cjs'
  },
  plugins: [commonjs()]
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!