diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index eae7917d..00000000 --- a/babel.config.js +++ /dev/null @@ -1,26 +0,0 @@ -function isBabelLoader(caller) { - return caller && caller.name === "babel-loader" -} - -module.exports = function (api) { - if (api.env("test") && !api.caller(isBabelLoader)) { - return { - plugins: [ - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-nullish-coalescing-operator", - "@babel/plugin-proposal-optional-chaining", - ], - presets: [ - [ - "@babel/preset-env", - { - targets: { - node: "current", - }, - }, - ], - ], - } - } - return {} -} diff --git a/packages/hoppscotch-app/components/landing/CTA.vue b/packages/hoppscotch-app/components/landing/CTA.vue deleted file mode 100644 index 202794d5..00000000 --- a/packages/hoppscotch-app/components/landing/CTA.vue +++ /dev/null @@ -1,80 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/components/landing/Features.vue b/packages/hoppscotch-app/components/landing/Features.vue deleted file mode 100644 index 92b0e4d9..00000000 --- a/packages/hoppscotch-app/components/landing/Features.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/components/landing/Footer.vue b/packages/hoppscotch-app/components/landing/Footer.vue deleted file mode 100644 index d380f29a..00000000 --- a/packages/hoppscotch-app/components/landing/Footer.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - diff --git a/packages/hoppscotch-app/components/landing/Hero.vue b/packages/hoppscotch-app/components/landing/Hero.vue deleted file mode 100644 index cba17716..00000000 --- a/packages/hoppscotch-app/components/landing/Hero.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/components/landing/Screenshot.vue b/packages/hoppscotch-app/components/landing/Screenshot.vue deleted file mode 100644 index bd92bf01..00000000 --- a/packages/hoppscotch-app/components/landing/Screenshot.vue +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/packages/hoppscotch-app/components/landing/Stats.vue b/packages/hoppscotch-app/components/landing/Stats.vue deleted file mode 100644 index 25d845be..00000000 --- a/packages/hoppscotch-app/components/landing/Stats.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/components/landing/Users.vue b/packages/hoppscotch-app/components/landing/Users.vue deleted file mode 100644 index 8b8f3dfe..00000000 --- a/packages/hoppscotch-app/components/landing/Users.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/packages/hoppscotch-app/newstore/settings.ts b/packages/hoppscotch-app/newstore/settings.ts index 04b133e6..cc96b6a5 100644 --- a/packages/hoppscotch-app/newstore/settings.ts +++ b/packages/hoppscotch-app/newstore/settings.ts @@ -94,9 +94,9 @@ const dispatchers = defineDispatchers({ { settingKey }: { settingKey: KeysMatching } ) { if (!has(currentState, settingKey)) { - console.log( - `Toggling of a non-existent setting key '${settingKey}' ignored.` - ) + // console.log( + // `Toggling of a non-existent setting key '${settingKey}' ignored` + // ) return {} } @@ -110,9 +110,9 @@ const dispatchers = defineDispatchers({ { settingKey, value }: { settingKey: K; value: SettingsType[K] } ) { if (!validKeys.includes(settingKey)) { - console.log( - `Ignoring non-existent setting key '${settingKey}' assignment` - ) + // console.log( + // `Ignoring non-existent setting key '${settingKey}' assignment` + // ) return {} } diff --git a/packages/hoppscotch-app/pages/home.vue b/packages/hoppscotch-app/pages/home.vue deleted file mode 100644 index ec72ecef..00000000 --- a/packages/hoppscotch-app/pages/home.vue +++ /dev/null @@ -1,9 +0,0 @@ -