Skip to content

Commit

Permalink
fix(content): Add support for error file (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
  • Loading branch information
sasial-dev and Atinux committed May 23, 2022
1 parent 43cb8c8 commit be06c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tailwind.config.ts
Expand Up @@ -12,6 +12,8 @@ export default ({ srcDir }) => ({
`${srcDir}/plugins/**/*.{js,ts}`,
`${srcDir}/App.{js,ts,vue}`,
`${srcDir}/app.{js,ts,vue}`
`${srcDir}/Error.{js,ts,vue}`,
`${srcDir}/error.{js,ts,vue}`
// TODO: This makes issues with import protection
// Split in two files to avoid watching issues (https://github.com/nuxt-community/tailwindcss-module/issues/359)
// `${rootDir}/nuxt.config.js`,
Expand Down

0 comments on commit be06c68

Please sign in to comment.