Remove dependency and minot improvement

This commit is contained in:
barsdeveloper
2025-01-26 14:53:02 +02:00
parent 5b9b3a2592
commit c5f57dd3ef
5 changed files with 6 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
import commonjs from "@rollup/plugin-commonjs"
import copy from "rollup-plugin-copy"
import minifyHTML from "rollup-plugin-minify-html-literals"
import resolve from "@rollup/plugin-node-resolve"
@@ -13,7 +12,6 @@ export default [
},
plugins: [
resolve({ browser: true }),
commonjs(),
copy({
targets: [{
src: ["assets/fonts/*"],
@@ -30,7 +28,6 @@ export default [
},
plugins: [
resolve({ browser: true }),
commonjs(),
minifyHTML({
minifyCSS: true,
}),