You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My gruntfile.js has always been configured (prior to webpack 3) to add a banner to webpack bundles including copyright and version read from package.json.
My gruntfile.js has always been configured (prior to webpack 3) to add a banner to webpack bundles including copyright and version read from package.json.
Expected Behavior
With webpack 3, the following banner is added after evaluating pkg.copyright, pkg.version, ...:
Current Behavior
Since upgrading to webpack 4, the following banner is added without evaluating pkg.copyright, pkg.version, ..:
Since upgrading to webpack 4, grunt-webpack no more evaluates the banner prior to passing it to webpack.BannerPlugin.
Your Environment
The text was updated successfully, but these errors were encountered: