-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First attempt at adopting Parcel (#1186)
* Upgrade sharp * First attempt at adopting Parcel * Get multiple targets working for Parcel * Use lts node for Netlify deploy * Update deploy script to reflect new demo site dir * Inline css into library bundles * More updates * Remove uri optimization * Upgrade parcel * Fix butterchurn logo import for Parcel * Add browser build * List browser build * Prefer jest-swc to babel * Preserve old build artifact location * Ignore dist * Minify library bundles * Switch to postcss to use uri optimization plugin * Serve from the correct location * Clarifying comments * Ignore bundle reports in git * Refine Parcel builds * Try to be more explicit with port * Use relative path to create build dir * Try to force supporting chrome 76 * Update the location of the test skin in integration test to work with Parcel
- Loading branch information
1 parent
f84abfe
commit 6a71878
Showing
31 changed files
with
2,122 additions
and
3,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
node_modules | ||
.vscode | ||
.vscode | ||
.parcel-cache | ||
dist | ||
parcel-bundle-reports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "@parcel/config-default" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.