mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
some small things
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import { resolve } from "path";
|
||||
import { defineConfig } from "vite";
|
||||
import tailwindcss from "tailwindcss";
|
||||
import libAssetsPlugin from "@laynezh/vite-plugin-lib-assets";
|
||||
|
||||
export default defineConfig({
|
||||
mode: "development",
|
||||
plugins: [
|
||||
libAssetsPlugin({
|
||||
limit: 1024 * 1024,
|
||||
}),
|
||||
],
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [tailwindcss],
|
||||
@@ -14,6 +20,7 @@ export default defineConfig({
|
||||
// These are dev options only:
|
||||
minify: false,
|
||||
emitAssets: true,
|
||||
assetsInlineLimit: 0,
|
||||
|
||||
lib: {
|
||||
entry: "./transform/main.js",
|
||||
|
||||
Reference in New Issue
Block a user