UNPKG

@mpxjs/webpack-plugin

Version:

mpx compile core

8 lines (7 loc) 187 B
module.exports = function (packageName) { let subPath = '' if (packageName !== 'main') { subPath = '/' + packageName } return subPath + `/mpx-custom-element-${packageName}` }