We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e5e2f commit 79591bcCopy full SHA for 79591bc
scripts/config.ts
@@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
8
const ENTRY_FILE = path.resolve("./src/index.ts")
9
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")
10
11
-const CURRENT_SEASON = "Y9S3"
+const CURRENT_SEASON = "Y10S1"
12
13
const SVGO_PLUGINS: PluginConfig[] = [
14
// "cleanupIDs" plugin is added at the build-optimized-svg script directly
0 commit comments