Remove TODO since it is handled by the watcher plugin

This commit is contained in:
Oliver-Akins 2025-05-31 17:28:23 -06:00
parent 60b01c55e1
commit d49998801f

View file

@ -142,7 +142,6 @@ export default defineConfig(({ mode }) => {
rollupOptions: { rollupOptions: {
input: { input: {
module: `./module/main.mjs`, module: `./module/main.mjs`,
// TODO: Figure out how to get handlebars files being used here
}, },
output: { output: {
entryFileNames: `[name].mjs`, entryFileNames: `[name].mjs`,