Files
wrapartamenty.pl/wp-content/plugins/really-simple-ssl/modal/webpack.config.js
Roman Pyrih d6241cfa7a first commit
2024-12-19 15:27:13 +01:00

10 lines
267 B
JavaScript

const defaultConfig = require("@wordpress/scripts/config/webpack.config");
module.exports = {
...defaultConfig,
output: {
...defaultConfig.output,
filename: '[name].[contenthash].js',
chunkFilename: '[name].[contenthash].js',
}
};