react-universally icon indicating copy to clipboard operation
react-universally copied to clipboard

Auto Linting Issue

Open moiz-frost opened this issue 7 years ago • 1 comments

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 = ( <ReactHotLoader> <AsyncComponentProvider rehydrateState={asyncComponentsRehydrateState}>

moiz-frost avatar Aug 10 '18 15:08 moiz-frost

Help needed

moiz-frost avatar Aug 10 '18 15:08 moiz-frost