From edceb95a32d8006a0737fd0e41ab8dec90ca3494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C4=B1ld=C4=B1ray=20=C3=9Cnl=C3=BC?= Date: Thu, 16 Mar 2023 17:54:35 +0300 Subject: [PATCH] chore: add base plugin (#331) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: add base pluging * chore(version): bump to 1.14.0 --------- Co-authored-by: Ali Emir Şen --- package.json | 2 +- src/saofile.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8ae9159..8aced41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superplate-cli", - "version": "1.13.0", + "version": "1.14.0", "description": "The frontend boilerplate with superpowers", "license": "MIT", "repository": { diff --git a/src/saofile.ts b/src/saofile.ts index b94acee7..565b40fb 100644 --- a/src/saofile.ts +++ b/src/saofile.ts @@ -107,7 +107,7 @@ const saoConfig: GeneratorConfig = { const extendData = concatExtend( extendBase, - selectedPlugins, + ["_base", ...selectedPlugins], sourcePath, answers, );