metroflow
metroflow copied to clipboard
Could not build or work
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 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.