marko-js / webpack

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

fix: regression w/ templates not marked as entry #85

Closed DylanPiercey closed 10 months ago

DylanPiercey commented 10 months ago

Description

Fixes a regression caused by #536635123902d2b5d32ab70accd7d95fa6bec14b where some Marko files were not being treated as entry files.

resolves #84