add todos

This commit is contained in:
Felix Roos 2022-05-18 00:28:24 +02:00
parent f31a5a4bbb
commit 666cbf6568
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ export default defineConfig({
external: [ external: [
...Object.keys(peerDependencies), ...Object.keys(peerDependencies),
...Object.keys(dependencies), ...Object.keys(dependencies),
// TODO: find out which of below names are obsolete now
'@strudel.cycles/tone', '@strudel.cycles/tone',
'@strudel.cycles/eval', '@strudel.cycles/eval',
'@strudel.cycles/core', '@strudel.cycles/core',

View file

@ -5,6 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th
*/ */
module.exports = { module.exports = {
// TODO: find out if leaving out tutorial path works now
content: ['./src/**/*.{js,jsx,ts,tsx}','./tutorial/**/*.{js,jsx,ts,tsx}'], content: ['./src/**/*.{js,jsx,ts,tsx}','./tutorial/**/*.{js,jsx,ts,tsx}'],
theme: { theme: {
extend: {}, extend: {},