You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/09/01 06:40:21 UTC

[GitHub] xtinec commented on a change in pull request #5786: Configure webpack-dev-server

xtinec commented on a change in pull request #5786: Configure webpack-dev-server
URL: https://github.com/apache/incubator-superset/pull/5786#discussion_r214506261
 
 

 ##########
 File path: superset/assets/webpack.config.js
 ##########
 @@ -147,6 +147,7 @@ const config = {
     'react/lib/ReactContext': true,
   },
   plugins,
+  devtool: isDevMode ? 'cheap-module-eval-source-map' : false,
 
 Review comment:
   👍 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org