Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
node_modules
/
dayjs-plugin-utc
/
Filename :
webpack.config.js
back
Copy
const path = require('path') const config = { entry: './src/index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'dayjs-plugin-utc.min.js', libraryTarget: 'umd', globalObject: 'this', library: 'dayjsPluginUTC' }, module: { rules: [ { test: /\.js$/, exclude: /node_modules/, loader: 'babel-loader' } ] } } module.exports = config