Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2157

Helium should bundle only requires zeppelin-related packages in node_modules

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.7.1, 0.8.0
    • None
    • helium
    • None

    Description

      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.

      // zengine/src/main/resources/helium/webpack.config.json
      
          module: {
              loaders: [{
                  test: /\.js$/,
                  //exclude: /node_modules/,
                  loader: 'babel-loader'
              }]
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            1ambda Hoon Park
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: