Browse Source

CLDC-1084: stop resolving turbo

pull/430/head
kiddhustle 3 years ago committed by baarkerlounger
parent
commit
f595a68b15
  1. 1
      webpack.config.js

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

Loading…
Cancel
Save