Files
2026-04-28 15:13:50 +02:00

11 lines
195 B
JavaScript

const config = {
presets: [
[
'@automattic/jetpack-webpack-config/babel/preset',
{ pluginReplaceTextdomain: { textdomain: 'jetpack-connection' } },
],
],
};
module.exports = config;