Browse Source

Transpiling turbo appears to break it

pull/392/head
baarkerlounger 3 years ago
parent
commit
50640f10d2
  1. 2
      webpack.config.js

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

Loading…
Cancel
Save