enb / enb-bemxjst

bem-xjst support for ENB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline CommonJS requires

blond opened this issue · comments

requires: {
    lib: {
        commonJS: 'path/to/module'
    }
}

Now the code will contain a line with require('path/to/module'). Such file can not be used in a browser.