From a770898d295d2299f4b0875a0b2bdc444ddad186 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 18 Mar 2022 10:53:34 +0000 Subject: [PATCH] Stimulus working --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index a68abb1ed..d207b6c4d 100644 --- a/webpack.config.js +++ b/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'], }, {