enb / enb-xjst

XJST support for ENB
Other
10 stars 11 forks source link

Inline CommonJS requires #73

Closed blond closed 9 years ago

blond commented 9 years ago
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.