[wp-trac] [WordPress Trac] #40894: Use Webpack instead of Browserify for build process

WordPress Trac noreply at wordpress.org
Tue Sep 5 16:51:02 UTC 2017


#40894: Use Webpack instead of Browserify for build process
-------------------------------------------------+-------------------------
 Reporter:  adamsilverstein                      |       Owner:
     Type:  enhancement                          |  adamsilverstein
 Priority:  normal                               |      Status:  assigned
Component:  Build/Test Tools                     |   Milestone:  Future
 Severity:  normal                               |  Release
 Keywords:  has-patch dev-feedback needs-        |     Version:  3.5
  testing                                        |  Resolution:
                                                 |     Focuses:  javascript
-------------------------------------------------+-------------------------

Comment (by kadamwhite):

 @adamsilverstein I ran this by Z Goddard for webpack review, and the only
 comment I got was that ModuleConcatenationPlugin is meant to only be used
 in a production setting -- all of the optimization plugins do a certain
 amount of analysis, so having them run in dev or during a --watch slows
 things down. If we split the config into a dev and prod config, we could
 also consider adding some of the other optimizations built in to Webpack
 down the road.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40894#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list