Module not found: Error: Can‘t resolve ‘stream‘ in

 打包时报错,我选择方案二,vue.config.js 或 webpack.config.js 文件

module.exports = {
    resolve: {
        fallback: {
            "stream": false
        },
    }
};

猜你喜欢

转载自blog.csdn.net/sinat_31213021/article/details/130928355