mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
feat: nuxt module webpackOptimize
This commit is contained in:
parent
978c2b05f2
commit
8425e63bcc
3 changed files with 1921 additions and 504 deletions
|
|
@ -51,6 +51,7 @@ module.exports = {
|
||||||
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
||||||
buildModules: [
|
buildModules: [
|
||||||
// https://go.nuxtjs.dev/tailwindcss
|
// https://go.nuxtjs.dev/tailwindcss
|
||||||
|
'nuxt-webpack-optimisations',
|
||||||
'@nuxtjs/pwa'
|
'@nuxtjs/pwa'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
2423
client/package-lock.json
generated
2423
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -37,6 +37,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxtjs/pwa": "^3.3.5",
|
"@nuxtjs/pwa": "^3.3.5",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
|
"nuxt-webpack-optimisations": "^2.2.8",
|
||||||
"postcss": "^8.3.6",
|
"postcss": "^8.3.6",
|
||||||
"tailwindcss": "^3.4.1"
|
"tailwindcss": "^3.4.1"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue