marko-js / webpack

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

fix: use newer webpack apis where available #74

Closed DylanPiercey closed 1 year ago

DylanPiercey commented 1 year ago

Description

Switches to using newer builtin versions of webpack sources and loader utils where available with module level fallback.

This reduces the chance of issues when multiple copies of those modules are installed.