芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/jalali-moment/webpack.browser.js
const path = require('path'); const UglifyJSPlugin = require('uglifyjs-webpack-plugin'); module.exports = { entry: "./jalali-moment.js", // string | object | array output: { path: path.resolve(__dirname, "dist"), // string filename: "jalali-moment.browser.js", // string library: "moment", // string, }, plugins: [ // new UglifyJSPlugin() ], mode: 'production', devtool: 'source-map' }