Файловый менеджер - Редактировать - /home/emeraadmin/public_html/node_modules/d3/rollup.config.js
Назад
import ascii from "rollup-plugin-ascii"; import node from "rollup-plugin-node-resolve"; import {terser} from "rollup-plugin-terser"; import * as meta from "./package.json"; const copyright = `// ${meta.homepage} v${meta.version} Copyright ${(new Date).getFullYear()} ${meta.author.name}`; export default [ { input: "index", plugins: [ node(), ascii() ], output: { extend: true, banner: copyright, file: "dist/d3.js", format: "umd", indent: false, name: "d3" } }, { input: "index", plugins: [ node(), ascii(), terser({output: {preamble: copyright}}) ], output: { extend: true, file: "dist/d3.min.js", format: "umd", indent: false, name: "d3" } } ];
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка