|
|
@ -24,7 +24,7 @@ module.exports = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
test: /\.(js|ts)$/, |
|
|
|
test: /\.(js|ts)$/, |
|
|
|
include: [ |
|
|
|
include: [ |
|
|
|
path.resolve(__dirname, 'node_modules/@hotwired'), |
|
|
|
path.resolve(__dirname, 'node_modules/@hotwired/stimulus'), |
|
|
|
path.resolve(__dirname, 'node_modules/@rails/actioncable'), |
|
|
|
path.resolve(__dirname, 'node_modules/@rails/actioncable'), |
|
|
|
path.resolve(__dirname, 'app/frontend/controllers'), |
|
|
|
path.resolve(__dirname, 'app/frontend/controllers'), |
|
|
|
], |
|
|
|
], |
|
|
|