1.4.3 • Published 2 years ago

@atomico/plugin-vite v1.4.3

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

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago