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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to