nextstrain / auspice

Web app for visualizing pathogen evolution
https://docs.nextstrain.org/projects/auspice/
GNU Affero General Public License v3.0
292 stars 162 forks source link

Replace CleanWebpackPlugin with output.clean #1733

Closed victorlin closed 9 months ago

victorlin commented 9 months ago

The built-in option is available starting with webpack 5.20.0.¹ It's also recommended in the output management guide.²

¹ https://webpack.js.org/configuration/output/#outputclean ² https://webpack.js.org/guides/output-management#cleaning-up-the-dist-folder