# wdesignkit/1.0.16/webpack.config.js

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

- Page: https://pluginprobe.com/plugins/wdesignkit/1.0.16/code/webpack.config.js
- Raw: https://pluginprobe.com/plugins/wdesignkit/1.0.16/raw/webpack.config.js
- Modified: 2024-06-10T05:04:02+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/1.0.16/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
  }
}; 
```
