Created by: ARKKYN
This pull request handles the following concerns:
- Removes Unused/Dead css code from css files in the build output
- Added
americanexpress/purgecss-loader
package to thewebpack.config.js
file under react-scripts - Updated the dependencies in
package.json
file
Tested this config on create react app by adding external css library (bootstrap
)
- Before
americanexpress/purgecss-loader
loader added
- After
americanexpress/purgecss-loader
loader added