Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created February 28, 2023 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tmeister/a7b5b5a903947e96e64a3dc6abf8409f to your computer and use it in GitHub Desktop.
Save Tmeister/a7b5b5a903947e96e64a3dc6abf8409f to your computer and use it in GitHub Desktop.
Running @wordpress/scripts start with hot reload on a custom domain
const defaultConfig = require( '@wordpress/scripts/config/webpack.config' );
module.exports = {
...defaultConfig,
devServer: {
...defaultConfig.devServer,
host: 'yourdevdomain.test'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment