[PR #3587] [CLOSED] feat: nuxt module webpackOptimize #4025

Closed
opened 2026-04-25 00:18:01 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3587
Author: @wommy
Created: 11/5/2024
Status: Closed

Base: masterHead: feat-webpackOptimize_nuxtMod


📝 Commits (1)

  • 8425e63 feat: nuxt module webpackOptimize

📊 Changes

3 files changed (+2032 additions, -615 deletions)

View changed files

📝 client/nuxt.config.js (+1 -0)
📝 client/package-lock.json (+2030 -615)
📝 client/package.json (+1 -0)

📄 Description

time npm run generate

40 plus second build

npm i -D nuxt-webpack-optimisations

// nuxt.config.js

buildModules: [
  // https://go.nuxtjs.dev/tailwindcss
  'nuxt-webpack-optimisations',
  '@nuxtjs/pwa'
],

time npm run generate

sub 20 second build



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3587 **Author:** [@wommy](https://github.com/wommy) **Created:** 11/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat-webpackOptimize_nuxtMod` --- ### 📝 Commits (1) - [`8425e63`](https://github.com/advplyr/audiobookshelf/commit/8425e63bccf377dd1640ecb82b90a6ead8b75c8c) feat: nuxt module webpackOptimize ### 📊 Changes **3 files changed** (+2032 additions, -615 deletions) <details> <summary>View changed files</summary> 📝 `client/nuxt.config.js` (+1 -0) 📝 `client/package-lock.json` (+2030 -615) 📝 `client/package.json` (+1 -0) </details> ### 📄 Description `time npm run generate` > 40 plus second build `npm i -D nuxt-webpack-optimisations` ```javascript // nuxt.config.js buildModules: [ // https://go.nuxtjs.dev/tailwindcss 'nuxt-webpack-optimisations', '@nuxtjs/pwa' ], ``` `time npm run generate` > sub 20 second build ___ - https://github.com/harlan-zw/nuxt-webpack-optimisations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:18:01 +02:00
adam closed this issue 2026-04-25 00:18:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4025