-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from moderntribe/chore/improve-dx
Chore: PNPM to NPM; Project updated for framework DX updates
- Loading branch information
Showing
8 changed files
with
635 additions
and
10,119 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,4 +1,9 @@ | ||
/** | ||
* Scripting for the SiteBuilder React App | ||
*/ | ||
import '@moderntribe/sitebuilder'; | ||
import SiteBuilder from '@moderntribe/sitebuilder'; | ||
|
||
wp.element.render( | ||
wp.element.createElement(SiteBuilder), | ||
document.getElementById('sitebuilder-react'), | ||
); |
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,4 +1,9 @@ | ||
/** | ||
* Scripting for the StoreBuilder React App | ||
*/ | ||
import '@moderntribe/storebuilder'; | ||
import StoreBuilder from '@moderntribe/storebuilder'; | ||
|
||
wp.element.render( | ||
wp.element.createElement(StoreBuilder), | ||
document.getElementById('sitebuilder-store-details-react'), | ||
); |
Large diffs are not rendered by default.
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
Oops, something went wrong.