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