From 93fe1aee43a79a23d4c418c230fde0e451259279 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 21:21:50 +0200 Subject: Build with Babel --- extension/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/webpack.config.js') diff --git a/extension/webpack.config.js b/extension/webpack.config.js index 524d454..543a8cc 100644 --- a/extension/webpack.config.js +++ b/extension/webpack.config.js @@ -13,7 +13,7 @@ const config = { rules : [ // JavaScript/JSX Files { - test: /\.jsx$/, + test: /\.js$/, exclude: /node_modules/, use: ['babel-loader'], }, -- cgit