The .css and .js files that webpack and mastarm generate via 'yarn build' are pretty big.
One place to reduce the .css size would be to remove Font Awesome and one other font, which are getting packed into the .css file. Saw the size of the main.css file go from 1.8M down to 200k just by removing those 2 files.
The .css and .js files that webpack and mastarm generate via 'yarn build' are pretty big.
One place to reduce the .css size would be to remove Font Awesome and one other font, which are getting packed into the .css file. Saw the size of the main.css file go from 1.8M down to 200k just by removing those 2 files.
Other ideas below: