Sid Gifari File Manager
🏠 Root
/
home1
/
plant149
/
wildlifesupport.net
/
wp-content
/
plugins
/
really-simple-ssl
/
modal
/
Editing: webpack.config.js
const defaultConfig = require("@wordpress/scripts/config/webpack.config"); module.exports = { ...defaultConfig, output: { ...defaultConfig.output, filename: '[name].[contenthash].js', chunkFilename: '[name].[contenthash].js', } };
Save
Cancel