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'), ],