Skip to content

Commit

Permalink
chore(build): resolve path at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Aug 12, 2022
1 parent fb83208 commit cb3d227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {
content: [
"./docs/**/*.{vue,js,ts,jsx,tsx,scss,md}",
"./docs/.vuepress/theme/components/*.{vue,js,ts,jsx,tsx,scss,md}",
"./node_modules/@discue/ui-components/dist/ui.common.js",
"./node_modules/@discue/ui-components/dist/internal/internal.common.js",
require.resolve('@discue/ui-components'),
require.resolve('@discue/ui-components/internal')
],
theme: {
extend: {},
Expand Down

0 comments on commit cb3d227

Please sign in to comment.