Skip to content

Commit

Permalink
chore: try to transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstrasser committed Oct 28, 2024
1 parent 8a77a71 commit d7a5023
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 78 deletions.
165 changes: 87 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export default defineNuxtModule<DcuplModuleOptions>({
addPlugin(resolver.resolve("./runtime/plugin"));
addImportsDir(resolver.resolve("./runtime/composables"));

_nuxt.options.build.transpile.push("@dcupl/core");
_nuxt.options.build.transpile.push("@dcupl/common");
_nuxt.options.build.transpile.push("@dcupl/loader");

const publicOptions = { ..._options };
delete publicOptions.reloadHook;

Expand Down

0 comments on commit d7a5023

Please sign in to comment.