Skip to content

Commit

Permalink
Replace some single-quotes with double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Nov 17, 2023
1 parent cce6f27 commit 6dfc9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.mjs
@@ -1,7 +1,7 @@
/* TODO: Use html-minifier-terser instead */
import { minify } from "html-minifier";
import run from '@rollup/plugin-run';
import strip from '@rollup/plugin-strip';
import run from "@rollup/plugin-run";
import strip from "@rollup/plugin-strip";
/*
* FIXME: The source map is not generated properly
* See https://github.com/terser/terser/issues/1276#issuecomment-1365880821
Expand Down

0 comments on commit 6dfc9d0

Please sign in to comment.