-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] fix shipwright undefined in template (#8)
* feat(sails-hook-content): pass sails instance to the Rsbuild plugin * chore(plugin-sails-content): remove ejs * feat(plugin-sails-content): update render to use sails.renderView * feat(plugin-sails-content): pass in sails instance to generateContent * feat(plugin-sails-content): pass in sails to plugin hooks * feat(plugin-sails-content): remove spread of sails views locals * chore: update version
- Loading branch information
1 parent
0435c15
commit 8168c36
Showing
6 changed files
with
18 additions
and
174 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ | |
"author": "Kelvin Omereshone <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"ejs": "^3.1.9", | ||
"gray-matter": "^4.0.3", | ||
"showdown": "^2.1.0" | ||
} | ||
|
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