mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
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:
parent
23581f0331
commit
d08be00c9f
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue