Skip to content

Commit 82d7192

Browse files
committed
Remove require
1 parent 7eee724 commit 82d7192

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-scripts/config/webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
2323
const WorkboxWebpackPlugin = require('workbox-webpack-plugin');
2424
const ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');
2525
const getCSSModuleLocalIdent = require('react-dev-utils/getCSSModuleLocalIdent');
26-
const ESLintPlugin = require('eslint-webpack-plugin');
2726
const paths = require('./paths');
2827
const modules = require('./modules');
2928
const getClientEnvironment = require('./env');
@@ -58,9 +57,6 @@ const babelRuntimeRegenerator = require.resolve('@babel/runtime/regenerator', {
5857
// makes for a smoother build process.
5958
const shouldInlineRuntimeChunk = process.env.INLINE_RUNTIME_CHUNK !== 'false';
6059

61-
const emitErrorsAsWarnings = process.env.ESLINT_NO_DEV_ERRORS === 'true';
62-
const disableESLintPlugin = process.env.DISABLE_ESLINT_PLUGIN === 'true';
63-
6460
const imageInlineSizeLimit = parseInt(
6561
process.env.IMAGE_INLINE_SIZE_LIMIT || '10000',
6662
);

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upleveled/react-scripts",
3-
"version": "5.0.8",
3+
"version": "5.0.9",
44
"description": "Configuration and scripts for Create React App.",
55
"bugs": {
66
"url": "https://github.com/facebook/create-react-app/issues"

0 commit comments

Comments
 (0)