Feat: Add react-hot-loader

Combine webpack and browser-sync on one port
This commit is contained in:
Berkeley Martinez
2016-09-27 10:57:56 -07:00
parent d3f8757e92
commit a6f9e95ed8
7 changed files with 58 additions and 83 deletions

View File

@@ -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'
]);
}