Sergey Berezhnoy
Sergey Berezhnoy
должно починиться после #1088
@JiLiZART можешь взять bem-core@v3 и проверить, воспроизводится ли?
а может кто-то проверить как оно на Андройдах себя ведёт?
need port to v4
related https://github.com/bem/bem-components/issues/1711
+@veged +@awinogradov
@s-panferov YModules suppose to stay as compile target for Babel modules, cause we still have fully async modules (such as jQuery) — but for most of end users there is...
@s-panferov short answer — no `npm install ...` it's not about "raw ES6" modules, it's about npm/node.js modules system — https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import "module-name: The name of the module to import. This...
@s-panferov ...but nothing coded yet, so we can think about details and change it later soon ;-)
@zxqfox there is a namespace problem — we have two different global spaces BEM and NPM, so you can't just use `import mymodule from 'mymodule'` and need to specify somehow...