From f595a68b1507ce5b93269ce117b7bb74cdfb02f5 Mon Sep 17 00:00:00 2001 From: kiddhustle Date: Tue, 29 Mar 2022 10:47:36 +0100 Subject: [PATCH] CLDC-1084: stop resolving turbo --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 05c12fbe1..d5ecb3e03 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -37,7 +37,6 @@ module.exports = { include: [ path.resolve(__dirname, 'node_modules/@hotwired/stimulus'), path.resolve(__dirname, 'node_modules/@stimulus/polyfills'), - path.resolve(__dirname, 'node_modules/@hotwired/turbo'), path.resolve(__dirname, 'node_modules/@rails/actioncable'), path.resolve(__dirname, 'node_modules/chartjs'), path.resolve(__dirname, 'app/frontend'),