fix: rollup warning
This commit is contained in:
parent
46bfd74e8d
commit
2cec7bc1a6
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
import { controls, evalScope } from '@strudel.cycles/core';
|
import { controls, evalScope } from '@strudel.cycles/core';
|
||||||
import { registerSoundfonts } from '@strudel.cycles/soundfonts';
|
import { registerSoundfonts } from '@strudel.cycles/soundfonts';
|
||||||
import { registerSynthSounds, registerZZFXSounds, samples } from '@strudel.cycles/webaudio';
|
import { registerSynthSounds, registerZZFXSounds, samples } from '@strudel.cycles/webaudio';
|
||||||
|
import * as core from '@strudel.cycles/core';
|
||||||
|
|
||||||
export async function prebake() {
|
export async function prebake() {
|
||||||
const modulesLoading = evalScope(
|
const modulesLoading = evalScope(
|
||||||
import('@strudel.cycles/core'),
|
// import('@strudel.cycles/core'),
|
||||||
|
core,
|
||||||
import('@strudel.cycles/mini'),
|
import('@strudel.cycles/mini'),
|
||||||
import('@strudel.cycles/tonal'),
|
import('@strudel.cycles/tonal'),
|
||||||
import('@strudel.cycles/webaudio'),
|
import('@strudel.cycles/webaudio'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue