euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 88c45546becc21dfdad1c33c6306ff0a9c69f47a (patch)
parent 641ce133383c87fe8e1f4ab0eb695bfb9e8cbe8f
Author: Alex Karle <alex@karle.co>
Date:   Sun, 29 Mar 2020 23:14:11 -0400

deps: Add Mojolicious::Plugin::Webpack

This plugin is needed for the webpack integration.

Diffstat:
Mcpanfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cpanfile b/cpanfile @@ -1 +1,2 @@ requires 'Mojolicious'; +requires 'Mojolicious::Plugin::Webpack';