Created
May 27, 2020 20:25
-
-
Save c10r/6b693b8159cc8179424bcda27cbbc9b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| purge: { | |
| enabled: true, // This will *always* minify, even on dev builds | |
| content: [ | |
| './src/**/*.html', | |
| './src/**/*.js', | |
| ], | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment