Skip to content

Commit be06c68

Browse files
sasial-devatinux
andauthoredMay 23, 2022
fix(content): Add support for error file (#467)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
1 parent 43cb8c8 commit be06c68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/tailwind.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export default ({ srcDir }) => ({
1212
`${srcDir}/plugins/**/*.{js,ts}`,
1313
`${srcDir}/App.{js,ts,vue}`,
1414
`${srcDir}/app.{js,ts,vue}`
15+
`${srcDir}/Error.{js,ts,vue}`,
16+
`${srcDir}/error.{js,ts,vue}`
1517
// TODO: This makes issues with import protection
1618
// Split in two files to avoid watching issues (https://github.com/nuxt-community/tailwindcss-module/issues/359)
1719
// `${rootDir}/nuxt.config.js`,

0 commit comments

Comments
 (0)
Please sign in to comment.