TypeError: Cannot read property 'source' of undefined
报这个错,找不到是什么原因。。求助
发现这样插入才行compilation.assets[htmlWebpackPlugin.files.chunks.a.entry.substr(htmlWebpackPlugin.files.publicPath.length).split('?')[0]]._value
source方法报错,直接调用_value读取源码
开头加了没?var HtmlWebpackPlugin = require('html-webpack-plugin');
配置截图:
配置截图