diff --git a/CHANGELOG.md b/CHANGELOG.md index 036a8606..c7963520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # @shopify/shopify-app-template-remix +## 2024.09.18 + +- Removed "~" import alias + ## 2024.08.19 Replaced deprecated `productVariantUpdate` with `productVariantsBulkUpdate` diff --git a/tsconfig.json b/tsconfig.json index baf4530c..7c89723f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,9 +16,6 @@ "moduleResolution": "Bundler", "target": "ES2022", "baseUrl": ".", - "paths": { - "~/*": ["./app/*"] - }, "types": ["node"] } }