⬆️ Update dependencie

This commit is contained in:
Alexandre
2021-02-17 11:19:26 +01:00
parent cd6919fad1
commit d0d5df3e64
15 changed files with 845 additions and 1686 deletions
+9 -1
View File
@@ -1,8 +1,16 @@
import { defineConfig } from "vite";
import solidPlugin from "vite-plugin-solid";
import WindiCSS from "vite-plugin-windicss";
export default defineConfig({
plugins: [solidPlugin()],
plugins: [
solidPlugin(),
...WindiCSS({
scan: {
fileExtensions: ["html", "js", "ts", "jsx", "tsx"],
},
}),
],
build: {
target: "esnext",
polyfillDynamicImport: false,