0.5.2 • Published 1 year ago

@adaliszk/react-compiler v0.5.2

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year 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

1 year ago

0.5.1

1 year ago

0.4.7

2 years ago

0.4.5

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.3

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago