One Hat Cyber Team
Your IP :
216.73.216.155
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
hpp
/
build
/
config
/
Edit File:
rollup.config.js
import babel from 'rollup-plugin-babel' const pkg = require('../../package') const year = new Date().getFullYear() const globals = { jquery: 'jQuery' } export default { input : 'build/js/AdminLTE.js', output : { banner: `/*! * AdminLTE v${pkg.version} (${pkg.homepage}) * Copyright 2014-${year} ${pkg.author} * Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE) */`, file : 'dist/js/adminlte.js', format: 'umd', globals, name : 'adminlte' }, plugins: [ babel({ exclude: 'node_modules/**', externalHelpers: true }) ] }
Simpan