Closed vitebo closed 5 years ago
I tried to do it the simplest way so as not to have to change much in the repository, so I chose to use:
just use npm run compile to compile the file.
npm run compile
One point I found important is that without adding autoprefixer, the minified file gets8.8kb, and when I add the file goes to 20kb. I did not know that these autoprefixer could make all this difference.
autoprefixer
8.8kb
20kb
thank you for the changes @vitebo
I tried to do it the simplest way so as not to have to change much in the repository, so I chose to use:
just use
npm run compile
to compile the file.OBS
One point I found important is that without adding
autoprefixer
, the minified file gets8.8kb
, and when I add the file goes to20kb
. I did not know that theseautoprefixer
could make all this difference.