线上环境老是出现sockjs-node/088/sfc5jkrg/xhr_streaming?t=1570762055686这种请求
有什么办法吗?
entry: isLocal
? [
'webpack-dev-server/client?/',
'webpack/hot/dev-server',
...DEFAULT_ENTRY,
]
: DEFAULT_ENTRY,
只有在本地环境才会加那两个资源
const DEFAULT_ENTRY = [
// 'whatwg-fetch',
'abortcontroller-polyfill',
'url-search-params-polyfill',
'intersection-observer',
'src/index.tsx',
];
const isLocal = envirments.NODE_ENV === 'development';
看下你的node_modules里面有没有,有的话进行一下操作: