From 0991a3dbbb141abba3e9a6312e962c7b135bb79d Mon Sep 17 00:00:00 2001 From: kiddhustle Date: Tue, 29 Mar 2022 10:46:01 +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 85c9af51a..14ff8fd36 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -26,7 +26,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'),