Skip to content

Question. react-dev-utils from NPM not have ignoredFiles.js? #3767

@artembatura

Description

@artembatura

Is this a bug report?

Now question

react-dev-utils from NPM has no ignoredFiles.js in package.json. Why?

Part of package.json from NPM:

"files": [
    "checkRequiredFiles.js",
    "clearConsole.js",
    "crashOverlay.js",
    "crossSpawn.js",
    "eslintFormatter.js",
    "errorOverlayMiddleware.js",
    "FileSizeReporter.js",
    "printBuildError.js",
    "formatWebpackMessages.js",
    "getProcessForPort.js",
    "inquirer.js",
    "InterpolateHtmlPlugin.js",
    "launchEditor.js",
    "launchEditorEndpoint.js",
    "ModuleScopePlugin.js",
    "noopServiceWorkerMiddleware.js",
    "openBrowser.js",
    "openChrome.applescript",
    "printHostingInstructions.js",
    "WatchMissingNodeModulesPlugin.js",
    "WebpackDevServerUtils.js",
    "webpackHotDevClient.js"
  ],

Part of package.json from Github(link):

"files": [
    "checkRequiredFiles.js",
    "clearConsole.js",
    "crashOverlay.js",
    "crossSpawn.js",
    "eslintFormatter.js",
    "errorOverlayMiddleware.js",
    "FileSizeReporter.js",
    "printBuildError.js",
    "formatWebpackMessages.js",
    "getProcessForPort.js",
>   "ignoredFiles.js",
    "inquirer.js",
    "InterpolateHtmlPlugin.js",
    "launchEditor.js",
    "launchEditorEndpoint.js",
    "ModuleScopePlugin.js",
    "noopServiceWorkerMiddleware.js",
    "openBrowser.js",
    "openChrome.applescript",
    "printHostingInstructions.js",
    "WatchMissingNodeModulesPlugin.js",
    "WebpackDevServerUtils.js",
    "webpackHotDevClient.js"
  ],

Because of this i get error from my custom react-scripts
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions