From 65c2c18653feb5f6485710e9656b19e368bb2826 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 5 Sep 2016 17:34:11 -0700 Subject: [feature] webkit support: get the js and css working in older webkit engines --- www/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/README.md') diff --git a/www/README.md b/www/README.md index f1d7c34f..17c50424 100644 --- a/www/README.md +++ b/www/README.md @@ -64,6 +64,8 @@ way. We have enabled these plugins: * babel-presets-stage-0: Allows the use of some ES7 proposals, even though these are not standardized yet. Makes classes nicer. +* babel-polyfill: This is not part of the babel transpiling, but is distributed by babel. This polyfill will give you a full ES2015 environment even if the browser is missing some javascript features. We include this in the 'entry' option of the webpack config. https://babeljs.io/docs/usage/polyfill/ + **react** React is an efficient way to generate HTML views with Javascript. It allows you -- cgit v1.2.3