We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628041e commit 418b7acCopy full SHA for 418b7ac
website/src/index.js
@@ -78,7 +78,7 @@ class App extends React.Component {
78
value={this.state.content}
79
mode="text/jsx"
80
codeSample={codeSample}
81
- onChange={this.compile}
+ onChange={this.handleChange}
82
/>
83
<Panel
84
readOnly={true}
website/webpack.config.js
@@ -60,6 +60,11 @@ module.exports = {
60
contentBase: sourceDirectory,
61
port: 8000,
62
},
63
+ node: {
64
+ fs: 'empty',
65
+ module: 'empty',
66
+ net: 'empty',
67
+ },
68
module: {
69
rules: [
70
{
0 commit comments