enb / enb-bemxjst

bem-xjst support for ENB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanitize module names in tarrrget bundles

qfox opened this issue · comments

When I use module names like:

requires: {
    'module-name': { ... }
}

In final bundle in object which describes requirements I have:

{
    module-name: require('<path to module>')
}

© @zefirka