summaryrefslogtreecommitdiffstats
path: root/svgo.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--svgo.config.mjs (renamed from svgo.config.js)6
1 files changed, 2 insertions, 4 deletions
diff --git a/svgo.config.js b/svgo.config.mjs
index d3a55ae..4f4c9e2 100644
--- a/svgo.config.js
+++ b/svgo.config.mjs
@@ -1,8 +1,6 @@
-'use strict'
+import path from 'node:path'
-const path = require('node:path')
-
-module.exports = {
+export default {
multipass: true,
js2svg: {
pretty: true,