webpack 4 react loadable is not spliting vendor base on chucking point
问题 I am currently using webpack 4 with react loadable to create chunks. It actually chunks depends on the break point. However, vendor size remains same. React loadable is not supporting webpack 4 yet ? or I am missing some setup ? css actually seems to splited into the chunk, though { output: { path: 'tothe path', publicPath: `/publicPath/`, filename: '[name] + '.js', chunkFilename: '[name]', }, resolve: { extensions: ['.js', '.json', '.css'], alias: aliases }, stats: { warnings: false,