Opt-in support for including templates/*/node_modules
in lessons
#201
Labels
enhancement
New feature or request
templates/*/node_modules
in lessons
#201
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem?
In #198 we hard-coded
node_modules
to be excluded from templates. However in some cases users might want to have pre-optimizednode_modules
available in lessons. This featue should be opt-in, as most users will likely not need it and configuring such modules can be tricky.Describe the solution you'd like.
Not yet sure which way would be better:
However this can be tricky as
<template-name>.template.json
files are built in advance, before metadata is parsed..tk-config.json
This would work well for
<template-name>.template.json
files too, but now exclusion is on template-level and cannot be defined per-lesson/part/chapter.The text was updated successfully, but these errors were encountered: