Skip to content

Commit 4f9fb85

Browse files
committed
πŸŽ‰ - Release
1 parent b7ede96 commit 4f9fb85

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This template is intended for full Typescript use
2828
- 🎨 Expressive, Dynamic, Robust CSS with **Stylus** support
2929
- 🎭 **Jest** integration ready Unit Test with 100% coverage as starting point (Vuetify and Vuex Integration included!)
3030
- ✨ **Progressive Web App** by default (Installable / Add to homescreen)
31-
- 🧹 **PurgeCSS** ready
3231

3332
# Installation
3433

β€Žnuxt.config.tsβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ const nuxtConfig: Configuration = {
4444
// Doc: https://axios.nuxtjs.org/usage
4545
'@nuxtjs/axios',
4646
'@nuxtjs/pwa',
47-
'@nuxtjs/dotenv',
48-
'nuxt-purgecss'
47+
'@nuxtjs/dotenv'
4948
],
5049
/*
5150
** Axios module configuration

0 commit comments

Comments
Β (0)