webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...

webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...


package.json文件如下

webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...


原因是:webpack.config.js  

webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...

配置项里面的entry后面应该为 entry: './a.js'

webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...

然后就可以了

webpack打包时出错error in entry module not found: error can't resolve 'a.js' in ...

相关文章: