Feat: Add react-hot-loader
Combine webpack and browser-sync on one port
This commit is contained in:
@@ -6,9 +6,7 @@ let trusted = [
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
trusted = trusted.concat([
|
||||
'ws://localhost:3001',
|
||||
'http://localhost:2999',
|
||||
'ws://localhost:2999'
|
||||
'ws://localhost:3000'
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user