diff --git a/ejs/index.esm.ts.ejs b/ejs/index.esm.ts.ejs index 606c371..a038adb 100644 --- a/ejs/index.esm.ts.ejs +++ b/ejs/index.esm.ts.ejs @@ -1,5 +1,5 @@ <% dir.forEach(dirPath => { -%> -import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.vue'; +import <%- dirPathToName(dirPath) %> from './<%- dirPath %>/index.mjs'; <% }) -%> export {