1.4.3 • Published 3 years ago

@atomico/plugin-vite v1.4.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@atomico/plugin-vite

this package is now called @atomico/vite

configuration for Vite + Atomico, this plugin sets the necessary configuration to use Atomico + Jsx within vite.

Usage

import { defineConfig } from "vite";
import atomico from "@atomico/plugin-vite";

export default defineConfig({
  build: {
    target: "esnext",
  },
  plugins: [
    atomico({
      jsx: true, // default true
      cssLiterals: {
        minify: true, // default false
        postcss: true, // default false
      },
    }),
  ],
});
1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago