Project Files Import
Pro Feature
Quokka ‘Community’ edition allows you to import any locally installed node modules to a Quokka file. In addition to that, Quokka ‘Pro’ edition also allows to import any files from your project:
- with Babel or TypeScript compilation if required;
- Quokka will also watch project files for changes and automatically update when dependent files change.
Quokka also resolves imported modules with non-relative names when using tsconfig.json
and jsconfig.json
files that
specify baseUrl
and/or paths
settings.