JSPM

ppsport-html-public

1.1.9
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q21158F
    • License ISC

    sports fed webpack plugin for html scripts

    Package Exports

    • ppsport-html-public
    • ppsport-html-public/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ppsport-html-public) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    说明:

    体育前端使用的webpack补充插件,用来在html中引入zepto、jquery、ssa、听云等js文件
    一定要引入html-webpack-plugin,并在其之后使用

    Quick Start

    # install ppsport-html-public
    npm install ppsport-html-public --save-dev

    使用方法

    var HtmlPublicPlugin = require('ppsport-html-public');
    
    new HtmlWebpackPlugin(...),
    new HtmlPublicPlugin(options),
    ...

    options可用参数有(目前所有value值都为boolean类型):

    key value default value
    ssaSacs 是否引入sacs系统的ssa。埋点使用。该js添加到body最后。 false
    ssaSmsp 是否引入smsp系统的ssa。埋点使用。该js添加到body最后。 false
    ssaSportfed 是否引入sportfed系统的ssa。埋点使用。该js添加到body最后。 false
    ssaUfss 是否引入ufss系统的ssa。埋点使用。该js添加到body最后。 false
    zepto 是否引入zepto。如引入ssa则必须引入zepto或jquery。该js添加到body最后。 false
    jquery 是否引入jquery。如果引入该值。zepto的引入会被替换掉。该js添加到body最后。 false
    cookie 是否引入cookie。该js添加到body最后。 false
    wx 是否引入wx。该js添加到body最后。 false
    yunjiLive 是否引入云迹监听系统。直播专用。该js添加到head最后。 false
    yunjiMember 是否引入云迹监听系统。会员专用。该js添加到head最后。 false
    yunjiActivity 是否引入云迹监听系统。营销活动专用。该js添加到head最后。 false
    yunjiInfo 是否引入云迹监听系统。资讯专用。该js添加到head最后。 false
    yunjiLottery 是否引入云迹监听系统。彩票卖料专用。该js添加到head最后。 false
    yunjiBet 是否引入云迹监听系统。彩票投注专用。该js添加到head最后。 false
    pbmPCLog 是否引入云迹监听系统。PC专用。该js添加到head最后。 false
    pcLog 是否引入pcLog监听系统。sportsfed服务器admin管理系统专用。该js添加到head最后。 true