Move dev-only hooks into their own folder that isn't included in the build
This commit is contained in:
parent
8de63e91c7
commit
803c1673e2
7 changed files with 37 additions and 4 deletions
14
scripts/prepareManifest.mjs
Normal file
14
scripts/prepareManifest.mjs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
The intent of this script is to do all of the modifications of the
|
||||
manifest file that we need to do in order to release the system. This
|
||||
can include removing dev-only fields/attributes that end users will
|
||||
never, and should never, care about nor need.
|
||||
*/
|
||||
|
||||
// TODO: load the manifest
|
||||
|
||||
// TODO: remove all files that start with dev/ from the esmodules list
|
||||
|
||||
// TODO: remove flags.hotReload
|
||||
|
||||
// TODO: write the new manifest to disk
|
||||
Loading…
Add table
Add a link
Reference in a new issue