Skip to content

Commit

Permalink
fix(config): fix purge content and ad lib to npm published files
Browse files Browse the repository at this point in the history
  • Loading branch information
estevanmaito committed Jul 21, 2020
1 parent bb8c134 commit abf8c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ const customForms = (theme) => ({
const windmillConfig = {
purge: {
content: [
'node_modules/windmill-react-ui/lib/defaultTheme.js',
'node_modules/windmill-react-ui/dist/index.js',
'node_modules/@windmill/react-ui/lib/defaultTheme.js',
'node_modules/@windmill/react-ui/dist/index.js',
],
options: {
whitelist: ['theme-dark'],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "React UI component library built with Tailwind CSS",
"main": "dist/index.js",
"files": [
"lib",
"dist",
"config.js",
"README.md"
Expand Down

0 comments on commit abf8c24

Please sign in to comment.