Closed tadatuta closed 9 years ago
Now we have require('bundle.bh.js').apply() but requre('bundle.bemhtml.js').BEMHTML.apply().
require('bundle.bh.js').apply()
requre('bundle.bemhtml.js').BEMHTML.apply()
I suggest to add mimic option as an array of names to additional export.
mimic
@tadatuta What do you mean?
@arikon added description
@tadatuta :+1:
Now we have
require('bundle.bh.js').apply()
butrequre('bundle.bemhtml.js').BEMHTML.apply()
.I suggest to add
mimic
option as an array of names to additional export.