Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-content/plugins/really-simple-ssl/modal
NameTypeSizeActions
📁 .. Folder -
📁 build Folder -
📄 modal.php File 1866
Edit Download
📁 src Folder -
📄 webpack.config.js File 267
Edit Download

View File: 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',
    }
};