bem / webpack-bem-loader

Webpack BEM loader
Other
25 stars 14 forks source link

Fix sourceType of parsed files. #43

Closed Yeti-or closed 7 years ago

Yeti-or commented 7 years ago

webpack2 could work with es6 modules, so we have to parse files with imports/exports inside.

fix: https://github.com/bem-site/bem-forum-content-ru/issues/1425

Yeti-or commented 7 years ago

right now we process files only after babel, but that should not processed could be in node_modules and babel could ignore it.

any way: https://github.com/bem/webpack-bem-loader/issues/42