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

webpack版本4.6.0,extract-text-webpack-plugin的插件不能用了,用@next也不行,现在用mini-css-extract-plugin,还是报错

config.output.filename='[name].[chunkhash:8].js'

    config.module.rules.push({

        test:/\.styl/,

        use:[

            MiniCssExtractPlugin.loader,

            "css-loader",

            "postcss-loader",

            "stylus-loader"

        ]

    })

    config.plugins.push(

        new MiniCssExtractPlugin({

          // Options similar to the same options in webpackOptions.output

          // both options are optional

          filename: "[name].css",

          chunkFilename: "[id].css"

        })

    )

https://img1.sycdn.imooc.com//5ae429bb0001246b05660391.jpg


用的是命令: npm run prod

正在回答

1 回答


https://github.com/fridaydream/vue-todo-example/tree/master


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

举报

0/150
提交
取消

webpack版本4.6.0,extract-text-webpack-plugin的插件不能用了,用@next也不行,现在用mini-css-extract-plugin,还是报错

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