Commit 94aeec73 authored by Maciej Bukowski's avatar Maciej Bukowski

Removed unnecessary comment in `webpack.config.js`.

parent c96bfdb0
...@@ -31,8 +31,6 @@ module.exports = { ...@@ -31,8 +31,6 @@ module.exports = {
optimization: { optimization: {
minimizer: [ minimizer: [
// Use the newest version of UglifyJsWebpackPlugin that fixes the `inline` optimization bug.
// See https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/264.
new UglifyJsWebpackPlugin( { new UglifyJsWebpackPlugin( {
sourceMap: true, sourceMap: true,
uglifyOptions: { uglifyOptions: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment