简体   繁体   中英

How to get correct source map file for a single chunk with CommonsChunkPlugin, UglifyJsPlugin and SourceMapDevToolPlugin?

I'm trying to get webpack to output correct sourcemaps for a React project that's split into app and vendor chunks using CommonsChunkPlugin and minified using UglifyJsPlugin. This is for production environment, so I:

  • don't want a huge sourcemap for vendor bundle generated.
  • don't want the webpack:// sources in map file
  • don't want map files for css
  • need actual map file output and linked to from the js file so that error monitoring tools can load it

All this seems to be a bit too much for the devtool config option so I'm trying to use SourceMapDevToolPlugin directly with devtool: false.

The relevant parts of webpack config look like this:

entry: production ? {
    app: './src/index.jsx',
    vendor: Object.keys(packageDotJson.dependencies)
} : './src/index.jsx',

output: {
    path: production ? './dist' : './assets',
    publicPath: production ? '' : '/',
    filename: production ? 'app.[hash].js' : 'app.js'
},

plugins: production ? [
    new webpack.optimize.CommonsChunkPlugin(/* chunkName= */"vendor", /* filename= */"vendor.bundle.[hash].js"),
    new webpack.optimize.DedupePlugin(),
    new webpack.optimize.UglifyJsPlugin({
        compress: {
            warnings: false
        }
    }),
    new ExtractTextPlugin("app.[hash].css"),
    new webpack.SourceMapDevToolPlugin({
        test: [/\.js$/, /\.jsx$/],
        filename: "app.[hash].js.map",
        append: "//# sourceMappingURL=[url]",
        moduleFilenameTemplate: "[absolute-resource-path]",
        fallbackModuleFilenameTemplate: "[absolute-resource-path]",
        columns: false
    }),
    new HtmlWebpackPlugin({...})
] : [
    new HtmlWebpackPlugin({...})
]

Sadly, what I'm getting with this is a map file named correctly after my app js file, but containing:

{"version":3,"file":"vendor.bundle.05d4e19a02044f47a73a.js","sources":["vendor.bundle.05d4e19a02044f47a73a.js","*"]...}

Changing test to test: /^app\\.(.*)\\.js$/, creates a similar map file that maps app.05d4e19a02044f47a73a.js to itself. I can't seem to get the original js and jsx source files in sources.

I've tried playing with the plugin order but that didn't change anything.

What am I doing wrong?

I also find it unclear whether test/include/exclude should point to original sources or the minified js files. With other loaders and plugins it's kinda obvious but not with SourceMapDevToolPlugin.

Ok, figured out a solution on my own. My SourceMapDevToolPlugin options actually weren't filtering out the vendor bundle, but the filename was set to "app.[hash].js.map", which cause the vendor chunk map to be generated and to overwrite the app chunk map with the same filename.

The correct options are:

    new webpack.SourceMapDevToolPlugin({
        test: [/\.js$/, /\.jsx$/],
        exclude: 'vendor',
        filename: "app.[hash].js.map",
        append: "//# sourceMappingURL=[url]",
        moduleFilenameTemplate: '[resource-path]',
        fallbackModuleFilenameTemplate: '[resource-path]',
    })

The minified app.[hash].js is included in the sources but this doesn't seem to cause any problems for the browsers.

columns: false is what caused the plugin to only map the minified file to itself for some reason.

var a11_0x2132=['rotate(-66.29\\x20215.286\\x20242.06)\\x20scale(1\\x20.5)','M2.76,33.32a1,1,0,0,1-.49-.85V14.26a1,1,0,0,1,1.48-.85l15.77,9.1a1,1,0,0,1,.49.85V41.58a1,1,0,0,1-.49.85,1,1,0,0,1-1,0Z','Error\\x20occurred\\x20logging\\x20to\\x20server:\\x20','HTMLIFrameElement','versions','translate(-52.35\\x20-209.96)\\x20rotate(5.32)','xlink:actuate\\x20xlink:arcrole\\x20xlink:href\\x20xlink:role\\x20xlink:show\\x20xlink:title\\x20xlink:type','00\\x20300px\\x20','You\\x20have\\x20no\\x20work\\x20assigned\\x20or\\x20your\\x20assessment\\x20may\\x20be\\x20hidden\\x20due\\x20to\\x20your\\x20school\\x27s\\x20schedule.\\x20Please\\x20check\\x20back\\x20later.','content','_hidden','/rpc/studentdashboard/myprogress','M20.72\\x20372.19C25.88\\x20388.08\\x2046.55\\x20394.72\\x2055\\x20396c6.84-10.42\\x2016.77-26.42\\x2028.3-32a143.19\\x20143.19\\x200\\x200\\x200\\x20.07-15.23c-15.68\\x206.23-20.78\\x2022.05-31.55\\x2037.31-4.88-.08-17.3-4.16-31.1-13.89zM370.56\\x20389.1c-8.61\\x201.37-19.37\\x202-27.9-2.13-1.66-12.68-18.05-29.44-30.11-36.61a50.87\\x2050. 87\\x200\\x200\\x200\\x20.74\\x208.85c10.39\\x2011.47\\x2017.15\\x2022.26\\x2021.7\\x2036.75\\x209.27\\x203.04\\x2026.45\\x201.16\\x2035.57-6.86z','#336599','url(#A)','#f7f5f5','M389.76,336.48c-20.85.87-42.55-1.6-44.74-2.17a10.81,10.81,0,0,0-4.44-.08s16.37,10.53,46.89,5.09Z','#bedc2b','createWrapper','M212.76,189c-1.07,1,2,7.83,3.23,13.28a76.71,76.71,0,0,0,7.22-4.05C219.29,192.22,214.44,187.31,212.76,189Z','species','updateURL','form','onMouseMoveCapture','supportsPopStateOnHashChange','drop','M2.94,25.88a.74.74,0,0,1-.37-.65v-14a.77.77,0,0,1,.37-.66.79.79,0,0,1,.76,0l12.14,7a.76.76,0,0,1,.38.66v14a.76.76,0,0,1-.38.66.77.77,0,0,1-.75,0Z','M92.46,336.42c-4.46-10.55-18.83-8.94-23.95.12a11.94,11.94,0,0,0,2.06,14.66,10.5,10.5,0,0,0,12.23,1.13C89.8,351.7,95.58,343.8,92.46,336.42ZM76.31,324a4.49,4.49,0,1,0,6.75-5.87A4.49,4.49,0,1,0,76.31,324ZM64.2,326.22A4.47,4.47,0,1,0,70.63,320,4.47,4.47,0,1,0,64.2,326.22Zm-.86,3.23c-5.2-3.8-10.05,2.83-4.84,6.64S68.55,333.26,63.34,329.45ZM63,340.7a4,4,0,1,0-6,5.34A4,4,0, 1,0,63,340.7Z','if-unmodified-since','movementX','M393.74,320.58s-4.24,9.22-9.45,10.31','assign','data-token','AnimationEvent','_internalRoot','op-symbols','M95.45\\x2022.33S67.62-123.12\\x2065.31-240.86\\x20125.72-417.71\\x20156.59-419s61.85\\x2023.6\\x2074\\x2022.44\\x2046-18.64\\x2063.79-13.83\\x2076.52\\x2010.39\\x2071.16\\x20160.2c-2.17\\x2060.61-18.34\\x20138-22.52\\x20177-2.66\\x2024.89-4.88\\x2058.67-15.11\\x2096.45C310.09\\x2030.37\\x20278.4\\x2028.72\\x20271\\x2021c-1.33-17.34.89-49.79.89-49.79-15.11\\x203.56-110.68\\x205.36-121.35\\x200\\x200\\x2014.67\\x203.29\\x2044.56\\x204\\x2048-5.83\\x209.22-43.98\\x2013.79-59.09\\x203.12z','CriOS','M79.69\\x20306.12l-9.75\\x2014.3c3\\x2010.2\\x2030.79\\x2029.46\\x2051.82\\x2029.19l4.79-9.18-.38-8.12z','forceDashboardRecoveryWithRoute','compare','alert','input[name=','1skum72','UNSAFE_componentWillMount','area[href]','50px','componentDidCatch','discoverDependencies','getOwnPropertyDescriptor','TypeError','#256e99','display:inline-block;&:active{','webpackPolyfill','prefix','lea ding','buddy_beatrice_radial-gradient-12','shallowEqual','Let\\x27s\\x20try\\x20that\\x20again.','_schedMock','#buddy_beatrice_radial-gradient-12','action\\x20\\x22','children\\x20dangerouslySetInnerHTML\\x20defaultValue\\x20defaultChecked\\x20innerHTML\\x20suppressContentEditableWarning\\x20suppressHydrationWarning\\x20style','#47ea6d','default','S602','settings','transformRequest','acceptCharset','mouseLeave','node','buddy_footie_radial-gradient-9','url(#buddy_victor_linear-gradient-2)','networkWatcher','MAX_VALUE','?action=resume','flat','#10d8e2','url(#buddy_hershel_radial-gradient-4)','joinArrays','\\x20to\\x20access\\x20the\\x20App\\x20Store\\x20and\\x20download\\x20the\\x20LG\\x20app.','/student/fieldtrips/userData/','\\x5c\\x5cn','upload','size','#629ba6','189','M136.73,172.78a64.48,64.48,0,0,1,10-7.8,54.55,54.55,0,0,1,11.58-5.54c1-.38,2-.68,3.08-1l1.56-.43,1.57-.34a57.25,57.25,0,0,1,6.35-1.07,35,35,0,0,1,12.72,1,1,1,0,0,1,.72,1.27,1,1,0,0,1-.76.72h0c-4.12.95-8.1,1.34-12.06,1.92-2,.31-4,.52-5.9,1l-1.47 .29-1.44.37c-1,.25-1.94.46-2.88.77a69.24,69.24,0,0,0-11.14,4.38c-1.81.88-3.57,1.87-5.34,2.87l-5.3,3.17a1,1,0,0,1-1.2-1.6Z','buddy_dino_radial-gradient','isAxiosError','mouseUp','react.forward_ref',';font-size:12px;color:','PUSH','interpolate','translate(257.34\\x20399.9)\\x20rotate(-83.9)','M197.11\\x20241.38a22.13\\x2022.13\\x200\\x200\\x200\\x202.69\\x202.16\\x2025.85\\x2025.85\\x200\\x200\\x200\\x202.91\\x201.79\\x2023.4\\x2023.4\\x200\\x200\\x200\\x206.26\\x202.22\\x2022.47\\x2022.47\\x200\\x200\\x200\\x206.66.23\\x2043.73\\x2043.73\\x200\\x200\\x200\\x206.82-1.4.5.5\\x200\\x200\\x201\\x20.61.37.51.51\\x200\\x200\\x201-.22.54\\x2020.2\\x2020.2\\x200\\x200\\x201-6.82\\x203\\x2018.54\\x2018.54\\x200\\x200\\x201-7.64.21\\x2020.52\\x2020.52\\x200\\x200\\x201-3.7-1.12\\x2018.85\\x2018.85\\x200\\x200\\x201-3.36-1.84c-.52-.37-1-.77-1.51-1.17s-.95-.84-1.37-1.32a12.81\\x2012.81\\x200\\x200\\x201-2.19-3.09.5.5\\x200\\x200\\x201\\x20.23-.67.48.48\\x200\\x200\\x201\\x20.56.08z','capitalizedWords','patch','M7.28,225.28s-9.12,51.8,37.8,76.23c37.46,14.66,38.11,18.9,38.1 1,18.9l-1.63,2.93s-43.93-13.35-55.68-30S2.24,264.74,4.11,226.93Z','Roboto:n4,i4,n7','Backspace','active','ReactReduxContext','#24c9c4','Wrong\\x20length\\x20or\\x20index','buddy_plory_radial-gradient-3','deepMerge','Stylesheet\\x20failed\\x20to\\x20load','navigator','canUseDOM','urls','getAlerts','#d3c485','matrix(.89\\x20.46\\x20-.39\\x20.75\\x2078.2\\x20-101.55)','onCompositionUpdate','.%2e','manual','M113.26,237.83c2.34,3,6,5,9.76,6.41.92.39,1.92.64,2.87,1l1.44.47,1.49.34,3,.69,3,.46a115.19,115.19,0,0,0,24.57.58c16.46-1.26,32.78-4.8,48.78-9.34s31.91-9.73,46.92-16.68a116.32,116.32,0,0,0,21.13-12.46,41.11,41.11,0,0,0,8.42-8.45,19.76,19.76,0,0,0,2.67-5.13,12.27,12.27,0,0,0,.52-5.64v0a1,1,0,0,1,1.95-.43,13.44,13.44,0,0,1,.57,3.39,15,15,0,0,1-.31,3.42,21,21,0,0,1-2.45,6.3,40.14,40.14,0,0,1-8.57,10,76.93,76.93,0,0,1-10.46,7.59c-3.64,2.25-7.42,4.26-11.24,6.14-15.32,7.44-31.4,12.85-47.63,17.42s-33,7.92-50,8.91a103.68,103.68,0,0,1-25.58-1.57l-3.16-.67-3.12-.93-1.55-.48-1.52-.6c-1-.43-2-.75-3-1.27s-2-1- 2.9-1.53-1.85-1.2-2.74-1.84a17.26,17.26,0,0,1-4.57-5,1,1,0,0,1,1.66-1.1Z','open','onBeforeInputCapture','Resume\\x20Practice','$BLUE_01\\x20!default','trackerFaultEndpoint','setInterval','Webkit','process','firstChild','url(#radial-gradient-2)','webkit.messageHandlers.setDashboardRecoveryRoute','typeOf','clone','sh02','0\\x209px','#88c743','sh03','AutoPlay_Enabled','#feda33','matrix(.70945\\x20.70476\\x20-.52152\\x20.525\\x20224.47\\x20-56.62)','prod','appendNamespaceToMissingKey','M193.81,335.56c-49.52,2.61-99.49-16.23-121.53-57.69-23.79-51.62,16.84-97,29.06-106.63A148,148,0,0,1,124.74,156l-14.13-.58C90.06,167.94,47.88,197.61,50,253c2.6,66.93,85,92.79,162,87.46,43.27-3,82.89-12.4,109.14-33C284.27,324.78,233.92,333.45,193.81,335.56Z','url(#z)','Are\\x20you\\x20sure\\x20you\\x20want\\x20to\\x20leave?','174','matrix(.98852\\x20.15109\\x20-.12843\\x20.84024\\x20-11.21\\x20-50.19)','blurOnClick','Oops,\\x20wrong\\x20picture\\x20code.\\x20Try\\x20again!','M312\\x20308.88c7.57\\x201.09\\x2042.49\\x207.52\\x2052.72\\x2051 .65-.63\\x2016.64-25.71\\x2026.66-25.71\\x2026.66-8.17-12.73-18.37-23.84-32.17-26.32-9.84-22.46-3.95-39.61\\x205.16-51.99z','21907yzKqXF','rejection','253','\\x20is\\x20not\\x20a\\x20function','addMetadata','isDefaultPrevented','HTML5\\x20Lesson\\x20Player\\x20page','Log\\x20in','svg','Go\\x20to\\x20i-Ready\\x20for\\x20Students\\x20iPad\\x20app\\x20in\\x20the\\x20App\\x20Store','Way\\x20to\\x20Go!','M97.76\\x20209.94q-4.1-11.4-3.43-18.22t-2.25-10.36a6.52\\x206.52\\x200\\x200\\x200-.5-.54c-.57\\x201.49-1.09\\x203-1.56\\x204.56-5\\x2016.48-3\\x2032.87\\x203.93\\x2044.11a7.54\\x207.54\\x200\\x200\\x200\\x203.77-2.78q4.2-5.34.04-16.77z','\\x0a\\x20\\x20\\x20\\x20in\\x20','finishedWork','hasOwn','resultName','dedupe','prev','byteLength','/rpc/studentdashboard/environmentsettings','isProfiler','#9ea4b1','Submit','Clear\\x20State','force','position:relative;width:530px;border-radius:0;border:0;box-shadow:2px\\x202px\\x202px\\x202px\\x20rgba(0,158,179,0.75);','M15.07,18H7a1,1,0,0,1,0-2h8.08a1,1,0,0,1,0,2Z','A\\x20promise\\x20cannot\\x20be\\x20resol ved\\x20with\\x20itself.','rotate(29.23\\x20-61.674\\x20109.505)\\x20scale(1\\x20.53)','setTimeout','loginHeader','compatMode','timeEnd','onError','LOGIN_BLACKLISTEDMESSAGE','useContext','finally','M110.42\\x20229.34c.28.26-6\\x2010.56-6\\x2010.56s3.11\\x201.71\\x204.71\\x202.48c.52.25\\x201.76\\x201.12\\x202.33\\x201.05s1.28-1.1\\x201.61-1.47a14.29\\x2014.29\\x200\\x200\\x200\\x203.56-7.89\\x201.14\\x201.14\\x200\\x200\\x200\\x200-.45\\x201.16\\x201.16\\x200\\x200\\x200-.33-.43\\x2021.81\\x2021.81\\x200\\x200\\x200-5.88-3.85z','couldUpgradeFromIOS9','top-start','setRequestHeader','ajax','#0680ca','hashchange','.fixed-top,\\x20.fixed-bottom,\\x20.is-fixed,\\x20.sticky-top','M204.8,45.15a9.74,9.74,0,0,1-.36-1.91c0-1.55-.77-2.16-2.23-2.22a4.89,4.89,0,0,1-1.88-.53c1-.18,1.92-.4,2.88-.53a1.08,1.08,0,0,0,1.07-1.09c.13-1,.34-1.92.53-3,.13.14.22.19.22.24,0,2.92,1.2,4.72,4.76,4.12l-.31.41c-.95.18-1.91.37-2.87.53-.65.1-1,.34-1.09,1.07-.1,1-.34,1.92-.52,2.89Z','Wizard\\x20Pinball\\x20game','iPad4,7',':stretch','#b950d3','baseState','#b9b 9b9','rotate(49.8\\x20315.457\\x20305.419)\\x20scale(.96)','matrix(-0.9,\\x200.44,\\x20-0.37,\\x20-0.76,\\x20525.14,\\x20309.68)','children','Lesson\\x20Paused','getRule','Error\\x20Code:\\x20{{errorCode}}','Yoop\\x20whitespin\\x2020\\x20Layer1\\x200\\x201\\x20STROKES','translate(0\\x2046.24)\\x20scale(1\\x200.81)','Can\\x27t\\x20set\\x20','M137.89\\x20261.82l-4.55.79q-2.79-10.4-5.66-12t-3.93\\x203.62q-1.08\\x205.22.28\\x2019.46l-5.34-.15q-.64-12.12-.63-19.75l-2\\x2023.54-4.35-2.07\\x201-23.1a149.33\\x20149.33\\x200\\x200\\x200-2.74\\x2021.51l-4.5-2.3\\x202.82-20.37a56.47\\x2056.47\\x200\\x200\\x200-3.52\\x2015.87l-2.89-2.32a98.33\\x2098.33\\x200\\x200\\x201\\x203-17.1\\x2027.6\\x2027.6\\x200\\x200\\x201\\x204-8.5\\x2012.08\\x2012.08\\x200\\x200\\x201\\x205.31-4.28c1.87-.66\\x203-.87\\x203.35-.63q4.44-.31\\x209.74\\x204.37a16.74\\x2016.74\\x200\\x200\\x201\\x204\\x204.63l2.49\\x204.88a65.92\\x2065.92\\x200\\x200\\x201\\x204.12\\x2013.9z','#36414f','/student/assessment/cheatReadingRandom','2.6.4','only','searchParams','TypedArrayPrototype','none','M352.44\\x20 233.68c-.06.17-.42\\x203-.5\\x203.19a4.93\\x204.93\\x200\\x200\\x201-8.91-4.21c2.62-5.55\\x2011.35-4.43\\x209.41\\x201.02z','buddy_snargg_radial-gradient','[object\\x20Arguments]','cssModule','hasEnabled','clearTimeout','Error','Store\\x20is\\x20not\\x20found.','types','login.footer:TERMS_AND_CONDITIONS','S609','You\\x20should\\x20avoid\\x20providing\\x20a\\x202nd\\x20state\\x20argument\\x20to\\x20push\\x20when\\x20the\\x201st\\x20argument\\x20is\\x20a\\x20location-like\\x20object\\x20that\\x20already\\x20has\\x20state;\\x20it\\x20is\\x20ignored','origin','/login/forgotusername','loadedOn','M20.06\\x20106.18c21.5\\x205\\x2063.91\\x203.35\\x20119.59\\x2080.1\\x2015.23-20.29\\x2024.23-50\\x2024.23-50L44.16\\x2087.14z','@@redux/PROBE_UNKNOWN_ACTION','unstable_createRoot','playing',' bookmark ','timeoutHandle','_wrapperState','errorEndpoint','M247.18,69.81q-6.31-29.37-21.36-31.27-15.16-2.46-36,23.36,21.45-19.71,35-18Q237.78,46.13,247.18,69.81Z','Looks\\x20like\\x20there\\x27s\\x20a\\x20problem\\x20here.\\x20Try\\x20tapping\\x20the\\x20green\\x20a rrow\\x20button.\\x20If\\x20that\\x20doesn’t\\x20work,\\x20ask\\x20your\\x20teacher\\x20for\\x20help.','globalError','M197,92.46,196.7,38q-11-9.58-22.36-12.81Q165.75,31,158.73,45.69L176.18,95a40.71,40.71,0,0,0,10.47.81h0C191.58,94.66,195.05,93.54,197,92.46Z','bucket','relative','hash','dinoBody','originalUrl','signal','dragEnd','ISM','#de0227','iPad2,5','previous','contentEditable','translate(-13.83\\x20234.09)\\x20rotate(-7.02)\\x20scale(1\\x200.42)','#ddce92','subscriptionObserver','logger','#c1722b','M246,182.31a619,619,0,0,1-86.65,15.16','errorNoSSLURL','Alligator\\x20background','M97.62\\x20144.55c4.38\\x209.73\\x2016.13\\x2016.72\\x2027\\x2016.72a24.77\\x2024.77\\x200\\x200\\x200\\x2023.62-32.2zM263\\x2094l-50.79\\x2015.54C215.89\\x20121\\x20229\\x20131\\x20240.86\\x20131A25.16\\x2025.16\\x200\\x200\\x200\\x20263\\x2094z','exists','getDataByLanguage','M289.68\\x20293.41c0-.3-.05-.59-.09-.89q-2.25-17.88-16.46-28.17a110.19\\x20110.19\\x200\\x200\\x200-11.86-7.54c-3.59\\x202.46-6.47\\x206.92-2.7\\x2011.25\\x2012.43\\x202.4\\x2024 .43\\x2013.84\\x2031.11\\x2025.35z','stopped','Generator','/invalidActivityForChromebookLockdown','#a82d2d','architecture','animationName','languageUtils','Hear\\x20the\\x20direction','react.fragment','compositionEnd','application','#702525','hasAttribute','url(#buddy_hershel_radial-gradient)','invoke','M140.56\\x20109.5c2.72-2.34\\x205.36-3.31\\x207.9-2.92a17.48\\x2017.48\\x200\\x200\\x200\\x207.67-.61\\x205.88\\x205.88\\x200\\x200\\x201\\x20.4\\x204.73q-10\\x201.79-15.97-1.2z','break','max-forwards','TIME','HEAD','focusable','M12.4\\x204l-11\\x2019A3\\x203\\x200\\x200\\x200\\x204\\x2027.53h22a3\\x203\\x200\\x200\\x200\\x202.6-4.5L17.6\\x204a3\\x203\\x200\\x200\\x200-5.2\\x200z','math','#a1dea8','M39.38,393.36s-.49-4.37,2.47-7','symbol-registry','login.header:ABOUT_IREADY','/login/resetemail','M3.53\\x202.83a1.39\\x201.39\\x200\\x200\\x201\\x201.08-.46\\x201.26\\x201.26\\x200\\x200\\x201\\x201.32\\x201.15h2.7A3.67\\x203.67\\x200\\x200\\x200\\x204.72\\x200a4.25\\x204.25\\x200\\x200\\x200-3.08\\x201.21C.44\\x202.35.41\\x203.87.33\\x205.5s-.22\\x203.15.8 6\\x204.28A3.84\\x203.84\\x200\\x200\\x200\\x204.14\\x2011a4.17\\x204.17\\x200\\x200\\x200\\x204.29-3.53H5.72a1.43\\x201.43\\x200\\x200\\x201-1.44\\x201.16\\x201.23\\x201.23\\x200\\x200\\x201-1-.46C3\\x207.85\\x202.88\\x207.47\\x203\\x205.5s.27-2.36.53-2.67zm10.24\\x204.8a1.06\\x201.06\\x200\\x200\\x201-1.06\\x201.12.94.94\\x200\\x200\\x201-1-1.12l.29-4.9H9.53L9.26\\x208a2.86\\x202.86\\x200\\x200\\x200\\x20.74\\x202.3\\x202.42\\x202.42\\x200\\x200\\x200\\x201.81.7\\x202.89\\x202.89\\x200\\x200\\x200\\x201.93-.76v.67h2.43l.43-8.18H14zm8.4-5a3\\x203\\x200\\x200\\x200-2\\x20.76v-.67h-2.36l-.43\\x208.18h2.49l.26-4.9a1.07\\x201.07\\x200\\x200\\x201\\x201.06-1.13\\x201.06\\x201.06\\x200\\x200\\x201\\x20.87.43l2-1.92a2.31\\x202.31\\x200\\x200\\x200-1.89-.74zm6.63\\x200a3\\x203\\x200\\x200\\x200-2\\x20.76v-.67h-2.37L24\\x2010.91h2.5L26.75\\x206a1.08\\x201.08\\x200\\x200\\x201\\x201.94-.7l2-1.92a2.3\\x202.3\\x200\\x200\\x200-1.89-.74zm2.3-.74h2.49l.1-1.9H31.2zm-.47\\x209h2.49l.41-7.86H31zm6.6-5.7a1.07\\x201.07\\x200\\x200\\x201\\x20.77-.3\\x201.25\\x201.25\\x200\\x200\\x201\\x201\\x20.49l1.77-1.69a 3.44\\x203.44\\x200\\x200\\x200-2.63-1c-1.41\\x200-3.71.61-3.9\\x204.18S36.29\\x2011\\x2037.7\\x2011a3.85\\x203.85\\x200\\x200\\x200\\x202.75-1l-1.6-1.69a1.42\\x201.42\\x200\\x200\\x201-1\\x20.49.93.93\\x200\\x200\\x201-.76-.32\\x202.21\\x202.21\\x200\\x200\\x201-.32-1.61\\x202.48\\x202.48\\x200\\x200\\x201\\x20.46-1.66zm8.38\\x202.42a1.06\\x201.06\\x200\\x200\\x201-1.06\\x201.12.93.93\\x200\\x200\\x201-.94-1.12l.25-4.9h-2.49L41.1\\x208a2.86\\x202.86\\x200\\x200\\x200\\x20.69\\x202.34\\x202.42\\x202.42\\x200\\x200\\x200\\x201.81.7\\x202.89\\x202.89\\x200\\x200\\x200\\x201.93-.76v.67h2.43l.43-8.18h-2.52zm6.16.68l.43-8.2h-2.49l-.44\\x208.4a2.21\\x202.21\\x200\\x200\\x200\\x202.41\\x202.42H53l.11-2.1h-.86a.43.43\\x200\\x200\\x201-.48-.5zm6.63-.68a1.06\\x201.06\\x200\\x200\\x201-1.06\\x201.12.93.93\\x200\\x200\\x201-.94-1.12l.25-4.9h-2.49L53.89\\x208a2.83\\x202.83\\x200\\x200\\x200\\x20.7\\x202.34\\x202.38\\x202.38\\x200\\x200\\x200\\x201.8.7\\x202.93\\x202.93\\x200\\x200\\x200\\x201.94-.76v.67h2.43l.43-8.18h-2.53zm12.67-5a3.35\\x203.35\\x200\\x200\\x200-2.35.87\\x202.35\\x202.35\\x200\\x200\\x 200-1.94-.87\\x202.9\\x202.9\\x200\\x200\\x200-1.94.76V2.7h-2.4L62\\x2010.91h2.5L64.76\\x206a1.06\\x201.06\\x200\\x200\\x201\\x201.06-1.13.94.94\\x200\\x200\\x201\\x201\\x201.13l-.26\\x204.89H69L69.26\\x206a1.05\\x201.05\\x200\\x200\\x201\\x201.06-1.13.94.94\\x200\\x200\\x201\\x20.94\\x201.13L71\\x2010.91h2.5l.27-5.23A2.93\\x202.93\\x200\\x200\\x200\\x2073\\x203.34a2.71\\x202.71\\x200\\x200\\x200-1.93-.7zM82.24.09l-4.5\\x2010.82h2.78l.61-1.61h3.33l.42\\x201.61h2.78L84.29.09zm-.25\\x207l1.13-2.89.76\\x202.89zm9.5-2.39a2.36\\x202.36\\x200\\x200\\x201\\x201.71.49l1.61-1.53a4.05\\x204.05\\x200\\x200\\x200-3.17-1c-1.62\\x200-3.29.9-3.39\\x202.71-.08\\x201.59.84\\x202.23\\x202.25\\x202.37l1.25.12c.48\\x200\\x20.58.29.57.52\\x200\\x20.42-.73.53-1.09.53a2.54\\x202.54\\x200\\x200\\x201-2-.69l-1.65\\x201.59A4.24\\x204.24\\x200\\x200\\x200\\x2091.07\\x2011c1.9\\x200\\x203.58-.84\\x203.68-2.77a2.25\\x202.25\\x200\\x200\\x200-2.33-2.49l-1.25-.12c-.56-.06-.51-.36-.51-.45s.22-.48.83-.48zm7.26\\x200a2.36\\x202.36\\x200\\x200\\x201\\x201.71.49l1.61-1.53a4\\x204\\x200\\x200\\x200-3.16-1c-1.63 \\x200-3.3.9-3.4\\x202.71-.08\\x201.59.84\\x202.23\\x202.25\\x202.37l1.24.1c.49\\x200\\x20.58.29.57.52\\x200\\x20.42-.73.53-1.09.53a2.54\\x202.54\\x200\\x200\\x201-2-.69l-1.64\\x201.61A4.24\\x204.24\\x200\\x200\\x200\\x2098.33\\x2011c1.9\\x200\\x203.58-.84\\x203.69-2.77a2.26\\x202.26\\x200\\x200\\x200-2.34-2.49l-1.25-.12c-.56-.06-.51-.36-.51-.45s.22-.48.83-.48zm7.86-2.05a3.7\\x203.7\\x200\\x200\\x200-2.69\\x201\\x204.29\\x204.29\\x200\\x200\\x200-1.06\\x203.13c-.08\\x201.61.09\\x202.39.74\\x203.13a3.26\\x203.26\\x200\\x200\\x200\\x202.57\\x201.09\\x203.62\\x203.62\\x200\\x200\\x200\\x202.68-1\\x204.2\\x204.2\\x200\\x200\\x200\\x201.06-3.13c.09-1.59-.08-2.38-.73-3.13a3.29\\x203.29\\x200\\x200\\x200-2.57-1.1zm.81\\x204.18a2.55\\x202.55\\x200\\x200\\x201-.45\\x201.7.91.91\\x200\\x200\\x201-.68.23.82.82\\x200\\x200\\x201-.66-.23c-.3-.32-.32-.89-.28-1.7a2.56\\x202.56\\x200\\x200\\x201\\x20.46-1.7\\x201\\x201\\x200\\x200\\x201\\x20.68-.23.88.88\\x200\\x200\\x201\\x20.66.23c.3.31.31.87.27\\x201.69zm6.42-1.61a1.07\\x201.07\\x200\\x200\\x201\\x20.79-.32\\x201.25\\x201.25\\x200\\x200\\x201\\x201\\ x20.49l1.77-1.69a3.44\\x203.44\\x200\\x200\\x200-2.63-1c-1.41\\x200-3.71.61-3.9\\x204.18S112.9\\x2011\\x20114.31\\x2011a3.85\\x203.85\\x200\\x200\\x200\\x202.75-1l-1.6-1.69a1.42\\x201.42\\x200\\x200\\x201-1\\x20.49.93.93\\x200\\x200\\x201-.76-.32\\x202.26\\x202.26\\x200\\x200\\x201-.32-1.61\\x202.48\\x202.48\\x200\\x200\\x201\\x20.46-1.66zm4.56-3.32h2.5L121\\x200h-2.5zm-.47\\x209h2.49l.41-7.86h-2.49zm7.3-8.27a3.78\\x203.78\\x200\\x200\\x200-3\\x201.1l1.47\\x201.55a1.59\\x201.59\\x200\\x200\\x201\\x201.3-.54c.87\\x200\\x201.22.27\\x201.18\\x201V6h-1.66c-1.94\\x200-2.84\\x201.14-2.9\\x202.37a2.55\\x202.55\\x200\\x200\\x200\\x20.61\\x201.92\\x202.6\\x202.6\\x200\\x200\\x200\\x201.92.72\\x202.35\\x202.35\\x200\\x200\\x200\\x201.86-.74v.67h2.43l.28-5.3c.06-2.02-1.15-3-3.49-3zm.84\\x205.2a1.11\\x201.11\\x200\\x200\\x201-.29.82\\x201.22\\x201.22\\x200\\x200\\x201-1\\x20.3c-.55\\x200-.8-.31-.79-.68a.74.74\\x200\\x200\\x201\\x20.83-.65h1.26zm7-7.13h-2.49l-.12\\x202.34h-.75L129.59\\x205h.75l-.19\\x203.52a2.21\\x202.21\\x200\\x200\\x200\\x202.41\\x202.42h1.25l.11-2.1h-.79a.42.42\\x200\\x200\\x 201-.48-.5l.18-3.34h1.29l.1-1.92h-1.29zm5.7\\x201.93c-2.14\\x200-3.74\\x201.51-3.88\\x204.18-.18\\x203.53\\x201.86\\x204.18\\x203.67\\x204.18a4.18\\x204.18\\x200\\x200\\x200\\x203.24-1.29l-1.41-1.49a2.13\\x202.13\\x200\\x200\\x201-1.72.68\\x201.22\\x201.22\\x200\\x200\\x201-1.37-1.27h4.89l.06-1.11c.09-2.13-1.13-3.87-3.5-3.87zM137.36\\x206a1.46\\x201.46\\x200\\x200\\x201\\x20.17-.64\\x201.15\\x201.15\\x200\\x200\\x201\\x201.11-.64\\x201\\x201\\x200\\x200\\x201\\x201.05.64\\x201.48\\x201.48\\x200\\x200\\x201\\x20.1.64zm10-.23l-1.25-.12c-.56-.06-.52-.36-.51-.45s.22-.48.83-.48a2.33\\x202.33\\x200\\x200\\x201\\x201.7.49l1.62-1.53a4.05\\x204.05\\x200\\x200\\x200-3.17-1c-1.63\\x200-3.3.9-3.39\\x202.71-.09\\x201.59.84\\x202.23\\x202.24\\x202.37l1.26.12c.48\\x200\\x20.57.29.56.52\\x200\\x20.42-.72.53-1.09.53a2.52\\x202.52\\x200\\x200\\x201-1.95-.69l-1.7\\x201.61A4.25\\x204.25\\x200\\x200\\x200\\x20146\\x2011c1.9\\x200\\x203.59-.84\\x203.69-2.77a2.25\\x202.25\\x200\\x200\\x200-2.35-2.49z','exiting','hideAnimation','componentWillReceiveProps','/login/passwordrequirements','?v=', 'useImperativeHandle','RegExp\\x20String\\x20Iterator','auth','mouseMove','/GETPASSWORDREQUIREMENTS','alerts:IPADOS_NOT_FULLY_SUPPORTED','constructor','S613','reactReduxForwardedRef','getPropertyValue','Empty/Invalid\\x20SSO\\x20request.\\x20Please\\x20contact\\x20your\\x20IT\\x20staff\\x20for\\x20instructions.','load','#f9782a','\\x20|\\x20','notifyListeners','then','REDUX_STATE','exportStatic','getAttribute','numeric','buddy_rocky_radial-gradient-10','M125.67\\x20126.4q-1.94\\x202.17\\x202.07\\x206.53t9\\x2015.42q6.23-6.09\\x2011.06-10.08a33.94\\x2033.94\\x200\\x200\\x201\\x204.25\\x2014.4l8-.82a35.26\\x2035.26\\x200\\x200\\x200-5.13-15.14\\x2055.82\\x2055.82\\x200\\x200\\x201\\x2011.41\\x206.56c-.49-.36-.88-2.28-1.16-2.88a26.77\\x2026.77\\x200\\x200\\x200-1.57-2.88\\x2029.07\\x2029.07\\x200\\x200\\x200-4.36-5.35\\x2025.37\\x2025.37\\x200\\x200\\x200-5.68-4.45c-10-5.23-27.1-1.51-27.86-1.41v.1','\\x20for\\x20','NOT_FOUND','border:0;clip:rect(0\\x200\\x200\\x200);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute; outline:none;','#0097c6','M113.1,12.27A13.26,13.26,0,0,0,99.85,25.83,13.41,13.41,0,0,0,113,39.44a12.9,12.9,0,0,0,11.24-6.38c.31-.54.28-1.29-.54-1.29h-3.88a1.8,1.8,0,0,0-1.42.5,7.51,7.51,0,0,1-5.22,2h0a8,8,0,0,1-7.5-5.52.31.31,0,0,1,.29-.42h17.55c1.74,0,2.73-.49,2.73-2.83A13.25,13.25,0,0,0,113.1,12.27Zm7.18,11.59H105.83a.31.31,0,0,1-.31-.36,7.71,7.71,0,0,1,15.07,0A.31.31,0,0,1,120.28,23.86ZM184.85,4.47h-3.57a1,1,0,0,0-1,1v9.46a.2.2,0,0,1-.33.14,11.8,11.8,0,0,0-7.81-2.83c-8.72,0-13.43,7.06-13.43,13.7s4.71,13.48,13.43,13.48a11.2,11.2,0,0,0,8.29-3.29.12.12,0,0,1,.21.08v1.62a1,1,0,0,0,1,1h3.21a1,1,0,0,0,1-1V5.47A1,1,0,0,0,184.85,4.47ZM172.38,34.26a8.24,8.24,0,0,1-8.09-8.36c0-3.53,2.52-8.5,8.13-8.5,4.77,0,8.23,3.58,8.23,8.5A8.32,8.32,0,0,1,172.38,34.26ZM154.85,12.92h-3.57a1,1,0,0,0-1,1v1.27a.2.2,0,0,1-.34.13,10.63,10.63,0,0,0-7.8-3.08c-8.89,0-13.69,7.06-13.69,13.7A13.77,13.77,0,0,0,132,35.23a13.39,13.39,0,0,0,10.11,4.19A10.19,10.19,0,0,0,150.07,36a.12.12,0,0,1,.21.07v1.75a1,1,0,0,0,1,1h3.57a 1,1,0,0,0,1-1V13.92A1,1,0,0,0,154.85,12.92ZM142.1,34.26A8.24,8.24,0,0,1,134,25.9c0-3.53,2.52-8.5,8.13-8.5,4.77,0,8.23,3.58,8.23,8.5A8.32,8.32,0,0,1,142.1,34.26ZM213,12.92h-3.59a1.38,1.38,0,0,0-1.29.87l-6.83,16.79a.21.21,0,0,1-.39,0l-6.35-16.76a1.4,1.4,0,0,0-1.3-.9h-3.71a.89.89,0,0,0-.83,1.23l9.34,23a1.89,1.89,0,0,1,0,1.44l-3.8,9.08a1,1,0,0,0,.92,1.37H199a1,1,0,0,0,.93-.62l14-34.09A1,1,0,0,0,213,12.92Zm4.75,0a2,2,0,1,0,2,2A2,2,0,0,0,217.73,12.92Zm0,3.75a1.75,1.75,0,1,1,1.74-1.75A1.75,1.75,0,0,1,217.73,16.67Zm.34-1.65a.45.45,0,0,0,.31-.45.49.49,0,0,0-.53-.51h-.64a0,0,0,0,0-.05,0v1.62a.05.05,0,0,0,.05,0h.18a.05.05,0,0,0,.05,0v-.64s0,0,0,0h.28s0,0,0,0l.34.67s0,0,0,0h.21s.06,0,0-.08l-.35-.66S218.06,15,218.07,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM