Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Auto Linting Issue #591

@moiz-frost

Description

@moiz-frost

Adding the following snippet in confFactory.js is causing errors in index.js

          ifDev({
            test: /\.(js|jsx)$/,
            exclude: /node_modules/,
            enforce: 'pre',
            use : {
              loader: 'eslint-loader',
              options: {
                fix: true
              }
            }
          }
        )),

Errors:

You may need an appropriate loader to handle this file type.
// component app with a browser based version of react router.
const app = (

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions