-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move from webpack to Shipwright
- Loading branch information
1 parent
9e38ce1
commit 5d2ae22
Showing
12 changed files
with
326 additions
and
4,001 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,8 +1,4 @@ | ||
{ | ||
"hooks": { | ||
"webpack": false, | ||
"shipwright": true | ||
}, | ||
"generators": { | ||
"modules": {} | ||
}, | ||
|
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,9 +1,9 @@ | ||
# react | ||
# mellow-react | ||
|
||
This template should help get you started developing with a modern Sails fullstack application with Inertia and React. | ||
This template should help get you started developing with a modern Sails fullstack application with Sails and React. | ||
|
||
This scaffold contains: | ||
|
||
- webpack | ||
- tailwind | ||
- react | ||
- Sails | ||
- React | ||
- Tailwind |
This file was deleted.
Oops, something went wrong.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"baseUrl": ".", | ||
"paths": { | ||
"@/*": ["assets/js/*"], | ||
"~/*": ["assets/css/*"] | ||
"~/*": ["assets/*"] | ||
} | ||
} | ||
} |
Oops, something went wrong.