UNPKG

@mpxjs/webpack-plugin

Version:

mpx compile core

10 lines (9 loc) 166 B
module.exports = function (path, mode) { if ( (mode === 'swan' && /^\.\./.test(path)) || !/^\./.test(path) ) { return './' + path } return path }