diff --git a/.gitignore b/.gitignore index d41f4b366..1a85624b7 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ cypress/screenshots *.blob *.exe +sea-config.json diff --git a/client/config/webpack.config.dev.js b/client/config/webpack.config.dev.js index 023942956..11cceeac0 100644 --- a/client/config/webpack.config.dev.js +++ b/client/config/webpack.config.dev.js @@ -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'); @@ -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