Skip to content

Commit

Permalink
refactor(config): break ui.config.ts into separate files (nuxt#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose authored Nov 22, 2023
1 parent 10ec3d5 commit d02858f
Show file tree
Hide file tree
Showing 44 changed files with 1,434 additions and 1,421 deletions.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default defineNuxtModule<ModuleOptions>({
content: {
files: [
resolve(runtimeDir, 'components/**/*.{vue,mjs,ts}'),
resolve(runtimeDir, '*.{mjs,js,ts}')
resolve(runtimeDir, 'ui.config/**/*.{mjs,js,ts}')
],
transform: {
vue: (content) => {
Expand Down
Loading

0 comments on commit d02858f

Please sign in to comment.