X Tutup
Skip to content

fix(theme-default): include index.js to files#90

Merged
azu merged 1 commit intomasterfrom
fix/89
Jul 5, 2020
Merged

fix(theme-default): include index.js to files#90
azu merged 1 commit intomasterfrom
fix/89

Conversation

@azu
Copy link
Member

@azu azu commented Jul 5, 2020

It will fix styles/website.css loading

fix #89

It will fix `styles/website.css` loading

fix #89
],
"main": "./index.js",
"files": [
"index.js",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This problem is occured when install via npm.
It does not in monorepo.
Because, lerna use symlink packages in monorepo.

@azu
Copy link
Member Author

azu commented Jul 5, 2020

macOS env is Flakey?

@azu azu merged commit 2ac7029 into master Jul 5, 2020
@azu azu deleted the fix/89 branch July 5, 2020 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stylesheets placed in styles directory aren't referenced/used on website

1 participant

X Tutup