interpolate-html-plugin
interpolate-html-plugin copied to clipboard
TypeError: Cannot read property 'compilation' of undefined
const InterpolateHtmlPlugin = require('interpolate-html-plugin');
new InterpolateHtmlPlugin({
'NODE_ENV': 'development'
}),
- What is the webpack version ?
- What is the interpolate-html-plugin version ?
- Can you share with us your current webpack config ?
same Question: webpack version:^3.6.0 "interpolate-html-plugin": "^3.0.0",
PS: Then I try to change 'interpolate-html-plugin' version down to '2.0.0', the project can build as normal.
I have a problem same it. can anyone resolved this?