We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733cec4 commit d4b422bCopy full SHA for d4b422b
styleguide.config.js
@@ -2,6 +2,10 @@ module.exports = {
2
title: 'React Style Guide Example',
3
defaultExample: true,
4
webpackConfig: {
5
+ devServer: {
6
+ // Docs: https://codesandbox.io/docs/environment#how-can-i-tell-if-i-am-in-a-container-sandbox
7
+ disableHostCheck: !!process.env.CODESANDBOX_SSE,
8
+ },
9
module: {
10
rules: [
11
{
0 commit comments