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

输入webpack回车报错,显示配置文件错误

No configuration file found and no output filename configured via CLI option.

A configuration file could be named 'webpack.config.js' in the current directory

.

Use --help to display the CLI options.



何解??

正在回答

1 回答

你配置的里面写的路径名有问题,而且默认的webpack配置文件名是webpack.config.js,你有webpack.config.js文件吗?你试试这样写呢

module.exports = {
	entry:'./src/script/main.js',
	output:{
		path: __dirname + '/dist/js',
		filename:'bundle.js'
	}
}


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

碼農五花肉丶 提问者

后来看笔记知道了,像视频里那样直接输入webpack 回车 win系统就会报错,必须在后面加-g。 还有“css=”必须用双引号
2017-05-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
webpack深入与实战
  • 参与学习       86561    人
  • 解答问题       721    个

webpack实战教程,用真实项目带你探索 webpack 强大的功能

进入课程

输入webpack回车报错,显示配置文件错误

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