Closed blond closed 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.
require('path/to/module')
Now the code will contain a line with
require('path/to/module')
. Such file can not be used in a browser.