marko-js / webpack

A loader for marko files and a plugin for universal bundling
MIT License
13 stars 4 forks source link

fix: ignore .d.ts in watch files #86

Closed rturnq closed 8 months ago

rturnq commented 8 months ago

Description

Fixes issue where files like component-browser.d.ts will attempt to be loaded by Webpack.

Motivation and Context

Screenshots (if appropriate):

Checklist: