mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +08:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
const defaultConfig = require('@wordpress/scripts/config/webpack.config');
|
|
|
|
module.exports = {
|
|
...defaultConfig,
|
|
devServer: {
|
|
...defaultConfig.devServer,
|
|
allowedHosts: 'all',
|
|
},
|
|
};
|