File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 25
25
" dist"
26
26
],
27
27
"scripts" : {
28
- "prepack" : " nuxt-module-build build" ,
28
+ "prepack" : " nuxt-module-build prepare && nuxt-module-build build" ,
29
29
"dev" : " nuxi dev playground" ,
30
30
"dev:build" : " nuxi build playground" ,
31
31
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
Original file line number Diff line number Diff line change @@ -63,11 +63,7 @@ export default defineNuxtModule<ModuleOptions>({
63
63
await installModule ( '@nuxtjs/tailwindcss' )
64
64
65
65
// Installs the `@nuxtjs/color-mode` module.
66
- await installModule ( '@nuxtjs/color-mode' , {
67
- colorMode : {
68
- classSuffix : '' ,
69
- } ,
70
- } )
66
+ await installModule ( '@nuxtjs/color-mode' )
71
67
72
68
// Manually scan `componentsDir` for components and register them for auto imports
73
69
try {
You can’t perform that action at this time.
0 commit comments