You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/01 13:38:32 UTC

[GitHub] popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues
URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148261410
 
 

 ##########
 File path: webpack.config.release.js
 ##########
 @@ -22,7 +22,7 @@ const settings = require('./tasks/helper')
 module.exports = {
   // Entry point for static analyzer:
   entry: {
-    bundle: './app/main.js'
+    bundle: ['babel-polyfill', './app/main.js']
 
 Review comment:
   I could probably be more granular and detect which es6 functions aren't supported by IE11 and Edge. Let me look at it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services