Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 9, 2024
1 parent 1fe2e2f commit ea471b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 470 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ cypress/screenshots

*.blob
*.exe
sea-config.json
12 changes: 6 additions & 6 deletions client/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('node:path');
// const ESLintPlugin = require('eslint-webpack-plugin');
const ESLintPlugin = require('eslint-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
Expand Down Expand Up @@ -104,11 +104,11 @@ module.exports = {
assetModuleFilename: 'static/media/[name].[hash:8].[ext]',
},
plugins: [
// new ESLintPlugin({
// extensions: ['js', 'jsx', 'ts', 'tsx'],
// emitWarning: true,
// threads: true,
// }),
new ESLintPlugin({
extensions: ['js', 'jsx', 'ts', 'tsx'],
emitWarning: true,
threads: true,
}),
// Generates an `index.html` file with the <script> injected.
new HtmlWebpackPlugin({
inject: true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
"react-transition-group": "^4.4.5",
"react-use": "^17.4.0",
"react-window": "^1.8.9",
"remark-gfm": "^4.0.0",
"ress": "^4.0.0",
"sanitize-filename": "^1.6.3",
"sass": "^1.77.8",
Expand Down
201 changes: 0 additions & 201 deletions pnpm-lock.yaml

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

Loading

0 comments on commit ea471b5

Please sign in to comment.