Skip to content

Commit

Permalink
fix(module): parse presets with mjs ext
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 11, 2022
1 parent b8dd80d commit b2705fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineNuxtModule<ModuleOptions>({
],
content: [
resolve(runtimeDir, 'components/**/*.{vue,js,ts}'),
resolve(runtimeDir, 'presets/*.{js,ts}')
resolve(runtimeDir, 'presets/*.{mjs,js,ts}')
]
},
cssPath: resolve(runtimeDir, 'tailwind.css')
Expand Down

1 comment on commit b2705fe

@vercel
Copy link

@vercel vercel bot commented on b2705fe Feb 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.