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

为什么打包失败了

照着步骤来执行命令还是失败了,

D:\Work\webpack-demo>webpack

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

 - configuration.output.path: The provided value "./dist/js" is not an absolute path!

   -> The output directory as **absolute path** (required).


正在回答

1 回答

const path = require('path');

module.exports = {
    entry: './src/script/main.js',
    output: {
        path: path.resolve(__dirname, './dist/js'),
        filename: "bundle.js"
    },
    resolve:{
        alias:{
            '@':path.resolve(__dirname,'.')
        }
    },
}

这样写就好了

1 回复 有任何疑惑可以回复我~
#1

qq_慕后端7542992

不得行啊,我这样写还是没效果
2021-09-26 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么打包失败了

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