Create webpack loader for .astro files. It should be propably used with option enforce: "pre" in webpack, because it converts astro files to TypeScript.
Requirements & subtasks:
- Added JSDoc/TSDoc comments to all properties/variables/functions/types
- Has written tests with 100% code coverage
Create webpack loader for .astro files. It should be propably used with option
enforce: "pre"in webpack, because it converts astro files to TypeScript.Requirements & subtasks: