Browse Source

Stimulus working

pull/392/head
baarkerlounger 3 years ago
parent
commit
a770898d29
  1. 4
      webpack.config.js

4
webpack.config.js

@ -22,8 +22,8 @@ module.exports = {
module: { module: {
rules: [ rules: [
{ {
test: /\.(js)$/, test: /\.(js|ts)$/,
exclude: /node_modules/, include: [/node_modules/, /frontend/],
use: ['babel-loader'], use: ['babel-loader'],
}, },
{ {

Loading…
Cancel
Save