0.5.2 • Published 15 days ago

@adaliszk/react-compiler v0.5.2

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

Configuration for React-based project compilation using Vite

Provides

Pre-configured Vite with:

  • @adaliszk/web-compiler
  • React

Usage

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

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

    {
     "scripts": {
       "build": "react-compiler build",
       "preview": "react-compiler preview",
       "start": "react-compiler"
     }
    }
0.5.2

15 days ago

0.5.1

15 days ago

0.4.7

4 months ago

0.4.5

11 months ago

0.4.6

11 months ago

0.4.4

1 year ago

0.4.1

1 year ago

0.4.3

1 year ago

0.3.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.2

1 year ago

0.2.3

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago