django-webpack / webpack-bundle-tracker

Spits out some stats about webpack compilation process to a file
MIT License
266 stars 107 forks source link

Error when updating to v1.0.0 #110

Closed gabn88 closed 2 years ago

gabn88 commented 2 years ago
    compiler.hooks.compile.tap(this.name, this._handleCompile.bind(this, compiler));
                   ^
TypeError: Cannot read property 'compile' of undefined

Using wepack 2.7 (I know it is ancient, but did not have the time to upgrade).

gabn88 commented 2 years ago

Took the dive and upgraded to webpack 4 (latest) and it works flawlessly.