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: {
rules: [
{
test: /\.(js)$/,
exclude: /node_modules/,
test: /\.(js|ts)$/,
include: [/node_modules/, /frontend/],
use: ['babel-loader'],
},
{

Loading…
Cancel
Save