Skip to content

Commit

Permalink
Merge pull request #20 from RENCI/remove-bundle-analyzer
Browse files Browse the repository at this point in the history
removing the bundle analyzer
  • Loading branch information
PhillipsOwen authored May 2, 2024
2 parents f5b26fe + ad79fa3 commit 5bceeaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 134 deletions.
131 changes: 0 additions & 131 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"raw-loader": "^4.0.2",
"react-refresh": "^0.14.0",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin')
const ESLintPlugin = require('eslint-webpack-plugin')
const DotenvPlugin = require('dotenv-webpack')
const { HotModuleReplacementPlugin } = require('webpack')
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer')
//const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer')

let mode = 'development'
let target = 'web'
Expand All @@ -17,7 +17,7 @@ const plugins = [
favicon: './src/images/favicon.png',
}),

new BundleAnalyzerPlugin(),
//new BundleAnalyzerPlugin(),

new ESLintPlugin({
extensions: ['src', 'js', 'js*'], eslintPath: "eslint/use-at-your-own-risk", configType: "flat"
Expand Down

0 comments on commit 5bceeaf

Please sign in to comment.