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

Auto Linting Issue #591

Open
moiz-frost opened this issue Aug 10, 2018 · 1 comment
Open

Auto Linting Issue #591

moiz-frost opened this issue Aug 10, 2018 · 1 comment

Comments

@moiz-frost
Copy link

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 = (

@moiz-frost
Copy link
Author

Help needed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant