metroflow icon indicating copy to clipboard operation
metroflow copied to clipboard

Could not build or work

Open stefanocapitanio opened this issue 5 years ago • 1 comments

Hello, I've tried your demo and I think that it's a good start point for a canvas I have to make. I'm trying to clone your project and starting editing, but I have some problems:

webpack --progress --colors --watch
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration.module has an unknown property 'loaders'. These properties are valid: object { defaultRules?, exprContextCritical?, exprContextRecursive?, exprContextRegExp?, exprContextRequest?, noParse?, rules?, strictExportPresence?, strictThisContextOnImports?, unknownContextCritical?, unknownContextRecursive?, unknownContextRegExp?, unknownContextRequest?, unsafeCache?, wrappedContextCritical?, wrappedContextRecursive?, wrappedContextRegExp? } -> Options affecting the normal modules (NormalModuleFactory).

Could you help me?

Thanks

stefanocapitanio avatar Aug 17 '20 10:08 stefanocapitanio

@stefanocapitanio This is likely caused by a different webpack version and/or one of the build dependencies. It has been years since I looked at this and I have little experience with webpack, so I cannot help you here without diving into it.

bartromgens avatar Aug 19 '20 08:08 bartromgens