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/02 17:03:33 UTC

[GitHub] Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge
URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148596672
 
 

 ##########
 File path: webpack.config.dev.js
 ##########
 @@ -20,7 +20,7 @@ const settings = require('./tasks/helper')
 
 module.exports = {
   entry: {
-    bundle: './app/main.js' //Our starting point for our development.
+    bundle: ['babel-polyfill','./app/main.js'] //Our starting point for our development.
 
 Review comment:
   Side note... `webpack.config.release.js` needs to be updated as well.

----------------------------------------------------------------
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