tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Remove module-alias package #90

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR removes module-alias, replacing all of those aliased imports with relative paths. It's a bit more cluttered and depressing, but it had to happen in order to support npm packages.

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

Related Issues

Resolves #89