解决webpack4版本在打包时候出现Cannot read property 'bindings' of null 或 Cannot find module '@babel/

Posted runningqiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决webpack4版本在打包时候出现Cannot read property 'bindings' of null 或 Cannot find module '@babel/相关的知识,希望对你有一定的参考价值。

配置打包时报Cannot read property ‘bindings‘ of null 或 Cannot find module ‘@babel/core‘问题

技术分享图片

技术分享图片

解决:模块中对js的处理配置如下图可解决

  技术分享图片

 

以上是关于解决webpack4版本在打包时候出现Cannot read property 'bindings' of null 或 Cannot find module '@babel/的主要内容,如果未能解决你的问题,请参考以下文章

webpack4 Cannot find module '@babel/core'

webpack4.0打包的时候一些技巧

electron-builder 打包出现 cannot find module fspromises

vue打包后报错TypeError: Cannot read property ‘call’ of undefined解决方法 - 2021-09-18

webpack4.0.1安装问题及解决方法

webpack自动打包出现localhost:8080只有Cannot GET /错误