bem/webpack-bem-loader

Module not found: Can't resolve './common.blocksAppRouterAppRouter.js' on windows

awinogradov opened this issue · 3 comments

Failed to compile.

Error in ./src/index.js
Module not found: Can't resolve './common.blocksAppRouterAppRouter.js' in 'c:\work\<PROJECT_NAME>\src'

 @ multi ./~/react-dev-utils/webpackHotDevClient.js ./~/bem-react-scripts/config/polyfills.js ./src/index.js

import AppRouter from 'b:AppRouter';

It seems that b:blah-blah import missing slash on Windows.

@max-arshinov attach more info about env? What project do you use?

veged commented

see also #26 (comment)

@veged Thank you. Same issue.