anu-ie8-example icon indicating copy to clipboard operation
anu-ie8-example copied to clipboard

resolve failed for "serve": Error: Cannot find module 'serve'

Open captianli opened this issue 7 years ago • 2 comments

yarn buildIE 命令报错: (node:13344) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead resolve failed for "serve": Error: Cannot find module 'serve'

captianli avatar Jan 24 '19 08:01 captianli

去掉了serve 插件,打包不成功,没有生成相应的js文件

captianli avatar Jan 24 '19 09:01 captianli

@captianli 我也遇到了这个问题,是因为es2015-loose这个 preset 换成["es2015", { "loose":true }]就可以。不知道有区别不。 @RubyLouvre 正妹大佬求解答

luanwulin avatar Feb 10 '19 05:02 luanwulin