# wdesignkit/2.5.1/webpack.config.js

WDesignKit – AI Templates, Widget Builder &amp; MCP Workflow, version 2.5.1. 12 lines.

- Page: https://pluginprobe.com/plugins/wdesignkit/2.5.1/code/webpack.config.js
- Raw: https://pluginprobe.com/plugins/wdesignkit/2.5.1/raw/webpack.config.js
- Modified: 2026-06-05T14:03:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wdesignkit/2.5.1/code/webpack.config.js#L10-L20`.

```javascript
const defaults = require('@wordpress/scripts/config/webpack.config');

module.exports = {
  ...defaults,
  externals: {
    react: 'React',
    'react-dom': 'ReactDOM',
  },
  performance: {
    hints: false
  }
}; 
```
