Use Rollup for bundling ESM #1132
              
  
  Closed
              
          
                  
                    
                      MonsterDeveloper
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 4 replies
-
| When we set up the toolchain, rollup only supported a single ESM output file, and we preferred to have the same files as in the input. I'm not sure whether this limitation still exists now, but the reason is mostly legacy / copied from other projects' setup. | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
Just noticed that
autocompleteuses Rollup for UMD and Babel for ESM bundling.Is there a specific reason for that? Why not use Rollup for both?
Beta Was this translation helpful? Give feedback.
All reactions