[VRL Playground] Separate JS/resources files from WASM generated files #17827
Labels
type: tech debt
A code change that does not add user value.
vrl: playground
Changes to the VRL Web Playground.
In
lib/vector-vrl/web-playground/public
there is a mix of handwritten and generated files.Specifically
wasm-pack build
generates the following files:Also, the
wasm-pack build --target web --out-dir public
command will also generate a.gitignore
file that contains a single*
so it requires manually editing before committing since we cannot exclude everything.It would be cleaner to separate the above files and ensure that the build command generates a folder that doesn't need to be committed to the repo.
The text was updated successfully, but these errors were encountered: