You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Hoon Park (JIRA)" <ji...@apache.org> on 2017/02/23 14:21:44 UTC

[jira] [Created] (ZEPPELIN-2157) Helium should bundle only requires zeppelin-related packages in node_modules

Hoon Park created ZEPPELIN-2157:
-----------------------------------

             Summary: Helium should bundle only requires zeppelin-related packages in node_modules
                 Key: ZEPPELIN-2157
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2157
             Project: Zeppelin
          Issue Type: Bug
          Components: helium
    Affects Versions: 0.7.1, 0.8.0
            Reporter: Hoon Park
             Fix For: 0.7.1, 0.8.0


Helium should bundle only requires zeppelin-related packages in node_modules.

Currently, we are babelifying all packages in node_modules. This will increase total bundle time significantly.

{code}
// zengine/src/main/resources/helium/webpack.config.json

    module: {
        loaders: [{
            test: /\.js$/,
            //exclude: /node_modules/,
            loader: 'babel-loader'
        }]
    }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)