Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ori Amir authored and Ori Amir committed Jul 17, 2020
1 parent 72a631a commit 0d0b4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-gallery",
"version": "1.2.4",
"version": "1.2.5",
"description": "React responsive gallery",
"main": "build/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require("path");
const PrettierPlugin = require("prettier-webpack-plugin");
const UglifyJsPlugin = require("uglifyjs-webpack-plugin");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
// const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
const BrotliPlugin = require("brotli-webpack-plugin");

module.exports = {
Expand All @@ -13,7 +13,7 @@ module.exports = {
},
plugins: [
new PrettierPlugin(),
new BundleAnalyzerPlugin(),
// new BundleAnalyzerPlugin(),
new BrotliPlugin({
asset: "[path].br[query]",
test: /\.(js|css|html|svg)$/,
Expand Down

0 comments on commit 0d0b4c8

Please sign in to comment.