5.2.10 • Published 9 days ago

@adaliszk/web-compiler v5.2.10

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
9 days ago

Configuration for Web-based project compilation using Vite

Provides

Pre-configured Vite with:

  • Typescript path resolution
  • PostCSS preset with Tailwind detection
  • Linting (TSC, Stylelint, ESLint)
  • Compression (Brotli and Gzip)
  • TLS Encryption

TODO

  • Implement module federation logic for auto-resolution

Usage

  1. Install the package pnpm install --dev @adaliszk/web-compiler vite
  2. Configure vite for development and bundling:

    import { webConfig } from '@adaliszk/web-compiler'
    
    export default webConfig()
  3. Add vite commands to your scope:

    "scripts": {
      "build": "vite build",
      "preview": "vite preview"
      "start": "vite"
    }

Versioning

Since this is a meta-package, the versioning reflect its main provided package, in this case vite. However, only the Major and Minor versions are kept in sync, and the Patch is used to bump the meta-package.

5.2.10

9 days ago

5.2.9

11 days ago

5.2.8

11 days ago

5.2.7

11 days ago

5.2.6

11 days ago

5.2.5

12 days ago

5.2.4

14 days ago

5.2.3

14 days ago

5.2.2

15 days ago

5.2.1

15 days ago

0.9.4

15 days ago

0.9.3

15 days ago

0.9.2

15 days ago

0.9.1

15 days ago

0.8.7

4 months ago

0.8.5

11 months ago

0.8.4

11 months ago

0.8.6

11 months ago

0.7.2

1 year ago

0.8.0

1 year ago

0.7.1

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.5.7

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.7.0

1 year ago

0.5.2

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago