Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Plausible proxying #89

Merged
merged 1 commit into from
Jul 7, 2022
Merged

Set up Plausible proxying #89

merged 1 commit into from
Jul 7, 2022

Conversation

dguo
Copy link
Owner

@dguo dguo commented Jul 7, 2022

Doing the same thing as dguo/dannyguo.com#48.

Parcel was trying to process the Plausible script (causing a build error), so I had to ignore it using a Parcel plugin. See parcel-bundler/parcel#1087.

@dguo dguo force-pushed the plausible-proxy branch from 504ed9e to 37c6628 Compare July 7, 2022 13:24
Parcel was trying to process the Plausible script (causing a build
error), so we had to ignore it using a Parcel plugin.

See parcel-bundler/parcel#1087
@dguo dguo force-pushed the plausible-proxy branch from 37c6628 to 1df29b9 Compare July 7, 2022 13:33
@@ -32,3 +32,4 @@ jobs:
MOCK_HEADLINES: 1
- name: Run tests
run: yarn run test:ci
timeout-minutes: 3
Copy link
Owner Author

Choose a reason for hiding this comment

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

Don't wait forever if the server fails to come up.

Comment on lines +1 to +7
{
"extends": "@parcel/config-default",
"resolvers": [
"parcel-resolver-ignore",
"..."
]
}
Copy link
Owner Author

Choose a reason for hiding this comment

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

@dguo dguo merged commit 583946d into main Jul 7, 2022
@dguo dguo deleted the plausible-proxy branch July 7, 2022 13:38
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.

1 participant