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 9b5a672 commit b99c38fCopy full SHA for b99c38f
packages/react-devtools-scheduling-profiler/webpack.config.js
@@ -56,6 +56,7 @@ const config = {
56
__DEV__,
57
__PROFILE__: false,
58
__EXPERIMENTAL__: true,
59
+ __VARIANT__: false,
60
'process.env.DEVTOOLS_VERSION': `"${DEVTOOLS_VERSION}"`,
61
}),
62
new HtmlWebpackPlugin({
@@ -112,7 +113,7 @@ const config = {
112
113
if (shouldUseDevServer) {
114
config.devServer = {
115
hot: true,
- port: 8080,
116
+ port: 8081,
117
clientLogLevel: 'warning',
118
stats: 'errors-only',
119
};
0 commit comments