| Name | Type | Size | Actions |
|---|---|---|---|
| 📁 .. | Folder | - | |
| 📁 build | Folder | - | |
| 📄 modal.php | File | 1866 | Edit Download |
| 📁 src | Folder | - | |
| 📄 webpack.config.js | File | 267 | Edit Download |
const defaultConfig = require("@wordpress/scripts/config/webpack.config");
module.exports = {
...defaultConfig,
output: {
...defaultConfig.output,
filename: '[name].[contenthash].js',
chunkFilename: '[name].[contenthash].js',
}
};