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

求大神帮忙看下,有问题吗?为什么老是output filename not configured

package.json

{
 "name": "application-name",
 "version": "0.0.1",
 "devDependencies": {
 "webpack":"^1.12.11"
}
}

webpack.config.js

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

   }
};


正在回答

1 回答

 './build',多了一个点,是  /build  ,不是  ./build  ,__dirname需要和  /build  进行拼接,不是和  ./builld  进行拼接。

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

举报

0/150
提交
取消

求大神帮忙看下,有问题吗?为什么老是output filename not configured

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