butterchurn's current versio doesn't seem to have a lib folder.

changed reference to currently existing dist folder instead.
This commit is contained in:
Yisheng Jiang 2021-04-18 01:03:55 -07:00
parent 23581f0331
commit d08be00c9f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import * as Sentry from "@sentry/browser";
import ReactDOM from "react-dom";
// @ts-ignore
import isButterchurnSupported from "butterchurn/lib/isSupported.min";
import isButterchurnSupported from "butterchurn/dist/isSupported.min";
import { getWebampConfig } from "./webampConfig";
import * as SoundCloud from "./SoundCloud";

View file

@ -2,7 +2,7 @@ import * as Sentry from "@sentry/browser";
// @ts-ignore
import createMiddleware from "redux-sentry-middleware";
// @ts-ignore
import isButterchurnSupported from "butterchurn/lib/isSupported.min";
import isButterchurnSupported from "butterchurn/dist/isSupported.min";
import { loggerMiddleware } from "./eventLogger";
import * as SoundCloud from "./SoundCloud";