From cba618cfc2ba344df343ca2c2de536fa49f14e45 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 26 Feb 2021 11:19:04 -0500 Subject: [PATCH] deps: Lock in Mojolicious::Plugin::Webpack at v 0.13 Each upgrade of this plugin trashes our webpack.config.js (as found out by ~ckarle), and is hard to diagnose. I'm ratcheting down the version here in hopes that (1) an initial cpanm --installdeps "just works" and (2) if it doesn't we at least remember the version matters :) --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index b433969..3003432 100644 --- a/cpanfile +++ b/cpanfile @@ -1,3 +1,3 @@ requires 'Mojolicious'; -requires 'Mojolicious::Plugin::Webpack'; +requires 'Mojolicious::Plugin::Webpack', '== 0.13'; requires 'Class::Tiny'; -- libgit2 1.1.1