为了账号安全,请及时绑定邮箱和手机立即绑定

output filename not configured

output filename not configured   module.exports = {
   entry :{
       animation : './src/animation.js'
   },
   output:{
       path : __dirname + './build',
       filename : '[name].js',
       library : 'animation',
       libraryTarget : 'umd'

   }
};

正在回答

1 回答

     path : __dirname + './build',这里写错了,应该是这样的:path: __dirname+"/build",

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
原生 JS 实现帧动画库
  • 参与学习       47190    人
  • 解答问题       92    个

了解如何用原生JS实现酷炫的帧动画,吸引他她的注意

进入课程

output filename not configured

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信