marko-js / webpack

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

feat: infer runtime id from webpack uniqueName option #59

Closed DylanPiercey closed 2 years ago

DylanPiercey commented 2 years ago

Description

Now automatically infers the Marko runtime id (used to allow multiple instances of Marko on the same page) based on the uniqueName option in webpack.

Motivation and Context

This makes it so that apps embedding multiple versions of Marko don't have to configure runtimeId by default.

Checklist: