PluginProbe ʕ •ᴥ•ʔ
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) / 9.5.11
Really Simple Security – Simple and Performant Security (formerly Really Simple SSL) v9.5.11
9.5.11 9.5.10.1 9.5.10 trunk 9.4.0 9.4.1 9.4.2 9.4.3 9.5.0 9.5.0.1 9.5.0.2 9.5.1 9.5.2 9.5.2.2 9.5.2.3 9.5.3 9.5.3.1 9.5.3.2 9.5.4 9.5.5 9.5.6 9.5.7 9.5.8 9.5.9
really-simple-ssl / modal / webpack.config.js
really-simple-ssl / modal Last commit date
build 4 weeks ago src 4 weeks ago modal.php 4 weeks ago webpack.config.js 4 weeks ago
webpack.config.js
10 lines
1 const defaultConfig = require("@wordpress/scripts/config/webpack.config");
2
3 module.exports = {
4 ...defaultConfig,
5 output: {
6 ...defaultConfig.output,
7 filename: '[name].[contenthash].js',
8 chunkFilename: '[name].[contenthash].js',
9 }
10 };