Closed
Description
Because I accidentally annotated a code, the error log can not be printed correctly, I can not find the source of the BUG.
new webpack.DefinePlugin({
'process.env': require('../config/dev.env')
// doman: JSON.stringify('http://cm.cn'),
}),
The print result I expect is below, so that I can find the problem.
error:Template execution failed: ReferenceError: doman is not defined