Skip to content

Commit

Permalink
fix(tailwind): exclude nuxt configuration from content
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Dec 10, 2022
1 parent a36e367 commit fce1c20
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 454 deletions.
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { dirname, resolve } from 'node:path'
import { fileURLToPath } from 'node:url'

import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
import { viteExternalsPlugin } from 'vite-plugin-externals'

import localeDe from './locales/de.json'
import localeEn from './locales/en.json'
Expand Down Expand Up @@ -130,9 +129,6 @@ export default defineNuxtConfig({
},
vite: {
plugins: [
viteExternalsPlugin({
webpack: 'webpack',
}),
VueI18nPlugin({
include:
'!' +
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
"tailwindcss": "3.2.4",
"ts-node": "10.9.1",
"typescript": "4.9.4",
"vite": "3.2.5",
"vite-plugin-externals": "0.5.1",
"vue": "3.2.45",
"vue-tsc": "1.0.12"
},
Expand Down

0 comments on commit fce1c20

Please sign in to comment.