UNPKG

@mamba/webpack

Version:

Webpack configs for Mamba Applications

8 lines (4 loc) 141 B
import App from './index.html'; const target = document.getElementById('app-root'); const app = new App({ target }); window.$MAMBA = app;