Redux icon indicating copy to clipboard operation
Redux copied to clipboard

Webpack not compiling

Open rohan-paul opened this issue 6 years ago • 0 comments

On this repo - https://github.com/codewithtim/Redux/tree/master/11%20Async%20Actions

After running npm start getting the below

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.module has an unknown property 'loader'. These properties are valid:
   object { exprContextCritical?, exprContextRecursive?, exprContextRegExp?, exprContextRequest?, noParse?, rules?, defaultRules?, unknownContextCritical?, unknownContextRecursive?, unknownContextRegExp?, unknownContextRequest?, unsafeCache?, wrappedContextCritical?, wrappedContextRecursive?, wrappedContextRegExp?, strictExportPresence?, strictThisContextOnImports? }
   -> Options affecting the normal modules (`NormalModuleFactory`).

rohan-paul avatar Jun 01 '18 07:06 rohan-paul