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

一直报无效的配置,请问有没有大神能帮我解答一下,非常急,在线等????

一直报无效的配置,请问有没有大神能帮我解答一下,非常急,在线等????

慕粉5072586 2018-02-27 11:17:26
F:\node.js\5-3\5-4>webpackInvalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration.module has an unknown property 'loaders'. These properties are valid:   object { exprContextCritical?, exprContextRecursive?, exprContextRegExp?, exprContextRequest?, noParse?, rules?, defaultRules?, unknownContextCritical?, unknownContextRecursive?, unknownContextRegExp?, unknownContextRequest?, unsafeCache?, wrappedContextCritical?, wrappedContextRecursive?, wrappedContextRegExp?, strictExportPresence?, strictThisContextOnImports? }   -> Options affecting the normal modules (`NormalModuleFactory`).var webpack = require('webpack');var path = require('path');module.exports ={    context: __dirname + '/src',    entry:"./js/index.js",    module: {        loaders:[{            test:/\.js?$/,            exclude:/(node_modules)/,            loader: "babel-loader",            query: {                presets:['react','es2015']            }        }]    },    output: {        path: __dirname + "/src/",        filename: "bundle.js",    }};
查看完整描述

1 回答

?
ThomasKwok

TA贡献1条经验 获得超4个赞

把module里的那个loaders改成rules

module: {
 rules: [
        {
        test: /\.scss$/,
        loader: ('style!css!sass')
        }
  ]
},


查看完整回答
4 反对 回复 2018-04-01
  • 1 回答
  • 0 关注
  • 7642 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号