docs icon indicating copy to clipboard operation
docs copied to clipboard

EnvironmentPlugin - error

Open krasevych opened this issue 5 years ago • 1 comments

Hi! I have a problem with EnvironmentPlugin. I used webpack - 4.16.2 I try to use the plugin like this:

/...
new webpack.EnvironmentPlugin(['VT_ENV'])
/...

and I got the error:

TypeError: Cannot read property 'compilation' of undefined
 at DefinePlugin.apply (...\node_modules\webpack\lib\DefinePlugin.js:93:17

Please, help me to fix it.

krasevych avatar Jul 25 '18 15:07 krasevych

got the same error with version 4.16.5

larscom avatar Aug 20 '18 16:08 larscom