芝麻web文件管理V1.00
编辑当前文件:/var/www/italafricacentrale.com/wp-content/plugins/mapsvg/webpack.config.js
module.exports = { entry: './js/mapsvg-admin/gutenberg/mapsvg-gutenberg.js', output: { path: __dirname, filename: 'dist/mapsvg-gutenberg.build.js', }, module: { rules: [ { test: /\.js$/, exclude: /node_modules/, use: [ { loader: 'babel-loader', options: { presets: ['@babel/preset-react'] } } ], } ] }, };