Webpack Bundle Analyzer with Create React App without ejecting.

preview_player
Показать описание
Webpack Bundle Analyzer is a tool to visualize the size of webpack output files. Zooming is one of the features of this tool.

We can use Webpack Bundle Analyzer with React and Create React App specifically. Usually, when you need to extend the Webpack config you need to have access to webpack file. In this tutorial I'll show how to do it without this file, even more - without ejecting React application created with Create React App CLI.

Check out my courses here!

Support this channel:

Let's be friends:

#React #Webpack #BundleAnalyzer
Рекомендации по теме
Комментарии
Автор

Lol.. or in 10 seconds:
$ npm install --save-dev webpack-bundle-analyzer cra-bundle-analyzer
$ npx cra-bundle-analyzer
u welcome

sqbossh