feat: nuxt module webpackOptimize

This commit is contained in:
wommy 2024-11-05 17:54:41 -05:00
parent 978c2b05f2
commit 8425e63bcc
3 changed files with 1921 additions and 504 deletions

View File

@ -51,6 +51,7 @@ module.exports = {
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
buildModules: [
// https://go.nuxtjs.dev/tailwindcss
'nuxt-webpack-optimisations',
'@nuxtjs/pwa'
],

2423
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,7 @@
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"autoprefixer": "^10.4.7",
"nuxt-webpack-optimisations": "^2.2.8",
"postcss": "^8.3.6",
"tailwindcss": "^3.4.1"
},