生产环境下关闭source-map功能 -- devtool: false
排除react包引用,适用CDN文件:
externals: { 'react': 'React', 'react-dom': "ReactDOM", 'react-router': 'ReactRouter' }