From 50640f10d2b7fd74db17fa46e1389f839747e813 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 18 Mar 2022 15:49:14 +0000 Subject: [PATCH] Transpiling turbo appears to break it --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index c84389124..0942ea9ee 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ module.exports = { { test: /\.(js|ts)$/, include: [ - path.resolve(__dirname, 'node_modules/@hotwired'), + path.resolve(__dirname, 'node_modules/@hotwired/stimulus'), path.resolve(__dirname, 'node_modules/@rails/actioncable'), path.resolve(__dirname, 'app/frontend/controllers'), ],