marko-js / webpack

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

fix: avoid duplicate assets with webpack-assets tag #51

Closed DylanPiercey closed 3 years ago

DylanPiercey commented 3 years ago

Description

Adds the same logic to dedupe assets from the inline asset loader to the <webpack-assets> tag.

Checklist: