|
2 | 2 | theme: seriph
|
3 | 3 | highlighter: shiki
|
4 | 4 | download: true
|
| 5 | +colorSchema: dark |
5 | 6 | layout: image-right
|
6 | 7 | themeConfig: {'primary': '#8dd6f9'}
|
7 | 8 | image: /img/webpack.svg
|
@@ -224,8 +225,8 @@ console.log(a);
|
224 | 225 | <span>Tested on Internet Explorer 8 & Windows XP.</span>
|
225 | 226 | <a href="https://github.com/panda2134/polyfill-example"><mdi-github style="display:inline;" /></a>
|
226 | 227 |
|
227 |
| - <img src="/img/winxp_ie8_no_polyfill.png" alt="IE8 on Windows XP with no polyfill" style="width:60%;"> |
228 |
| - <img src="/img/winxp_ie8_polyfill.png" alt="IE8 on Windows XP with core-js polyfill" style="width:60%;"> |
| 228 | + <img src="/img/winxp_ie8_no_polyfill.png" alt="IE8 on Windows XP with no polyfill" style="width:40%;"> |
| 229 | + <img src="/img/winxp_ie8_polyfill.png" alt="IE8 on Windows XP with core-js polyfill" style="width:40%;"> |
229 | 230 |
|
230 | 231 | </v-click>
|
231 | 232 |
|
@@ -575,9 +576,9 @@ Checkout the project code [here](https://github.com/panda2134/simple-webpack-pro
|
575 | 576 |
|
576 | 577 | - 🎯 [RequireJS](https://requirejs.org/). Who cares about it now?
|
577 | 578 | - ⚙️ [Asynchronous Module Definition](https://github.com/amdjs/amdjs-api). [UMD](https://github.com/umdjs/umd), which is based on it, is still used by some today
|
578 |
| -- ⚙️ [CommonJS in Node.js](https://nodejs.org/api/modules.html) |
579 |
| -- ⚙️ [ES2015 Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) |
| 579 | +- ⚙️ [CommonJS in Node.js](https://nodejs.org/api/modules.html). |
| 580 | +- ⚙️ [ES2015 Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). |
580 | 581 | - 🌊 [HTTP/1.x Connection Management](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Connection_management_in_HTTP_1.x). Important if you want your site to load faster
|
581 | 582 | - 📦 [Webpack](https://webpack.js.org/). Official Website & Documentation
|
582 |
| -- ↔️ [Babel](https://babeljs.io/) |
| 583 | +- ↔️ [Babel](https://babeljs.io/). |
583 | 584 | - 🤔 [CanIUse](https://caniuse.com/). Useful place of browser compatibility data
|
0 commit comments