From 657757d1dcc54a50c0635c3f3e162451cc60e8f3 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 27 Apr 2018 16:03:20 -0700 Subject: [PATCH] add polyfill.io for polyfills to example --- support/webpack/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/support/webpack/config.js b/support/webpack/config.js index f56db5bcd..88d6ccfaa 100644 --- a/support/webpack/config.js +++ b/support/webpack/config.js @@ -62,6 +62,7 @@ const config = { title: 'Slate', template: HtmlWebpackTemplate, inject: false, + scripts: ['https://cdn.polyfill.io/v2/polyfill.min.js'], links: [ 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=latin-ext', 'https://fonts.googleapis.com/icon?family=Material+Icons',