具体报错

ERROR in ./node_modules/handlebars/lib/index.js 17:11-24
Module not found: Error: Can't resolve 'fs' in '/home/test/project-web/test/node_modules/handlebars/lib'
resolve 'fs' in '/home/test/project-web/test/node_modules/handlebars/lib'

解决方法
webpack.config.js中的配置添加

externals: {
	fs: require('fs')
 }

webpack具体配置

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注