Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/really-simple-ssl/modal/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/really-simple-ssl/modal/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',
    }
};