Remove TODO since it is handled by the watcher plugin
This commit is contained in:
parent
60b01c55e1
commit
d49998801f
1 changed files with 0 additions and 1 deletions
|
|
@ -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`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue