原文:出现报错: module build failed error couldn't find preset es2015 relative to directory

当用webpack 进行 build 的时候, 会出现如上标题的错误, 解决方式是在 上级 或者 上上级目录,删除.babelrc 文件 ...

2018-06-27 10:25 0 1506 推荐指数:

查看详情

Couldn't find preset "es2015" relative to directory问题解决

Couldn't find preset "es2015" relative to directory问题解决 由于是菜鸟没使用ES标准,而引入的vue-ueditor使用了ES标准,所以编译会报错,解决办法如下: npm install babel-preset-es2015 ...

Fri Sep 01 19:11:00 CST 2017 0 19546
 
粤ICP备18138465号  © 2018-2026 CODEPRJ.COM