anu-ie8-example
anu-ie8-example copied to clipboard
resolve failed for "serve": Error: Cannot find module 'serve'
yarn buildIE 命令报错:
(node:13344) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
resolve failed for "serve": Error: Cannot find module 'serve'
去掉了serve 插件,打包不成功,没有生成相应的js文件
@captianli 我也遇到了这个问题,是因为es2015-loose这个 preset 换成["es2015", { "loose":true }]就可以。不知道有区别不。 @RubyLouvre 正妹大佬求解答