⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
vue2-teleport
/
build
/
Edit File: rollup.config.js
import commonjs from '@rollup/plugin-commonjs'; // Convert CommonJS modules to ES6 import vue from 'rollup-plugin-vue'; // Handle .vue SFC files import buble from '@rollup/plugin-buble'; // Transpile/polyfill with reasonable browser support export default { input: 'src/wrapper.js', // Path relative to package.json output: { name: 'Teleport', exports: 'named', }, plugins: [ commonjs(), vue({ css: true, // Dynamically inject css as a <style> tag compileTemplate: true, // Explicitly convert template to render function }), buble(), // Transpile to ES5 ], };
Simpan