wp-plugin-swiss-football-ma.../webpack.config.js
Reindl David (IT-PTR-CEN2-SL10) fbd595aa36 initial state
2026-03-18 19:58:24 +01:00

11 lines
268 B
JavaScript

const defaultConfig = require('@wordpress/scripts/config/webpack.config');
module.exports = {
...defaultConfig,
output: {
...defaultConfig.output,
// Ensure built editor bundle filename matches plugin expectation
filename: 'editor-blocks.js',
},
};