Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
md5
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/md5/webpack.config.js
const {resolve} = require('path'); module.exports = { entry: [ './md5.js' ], output: { path: resolve('./dist'), filename: 'md5.min.js', libraryTarget: "var", library: "MD5" } };