enb/enb-bemxjst

Inline CommonJS requires

blond opened this issue · 0 comments

blond commented
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.