UNPKG

global-modulize

Version:

Make it easy to import any file by using config file.

9 lines (7 loc) 133 B
export default { root: '/', entries: { 'lib.es6': './folder/lib.common.js', 'lib.common': './folder/lib.es6.js' }, };