X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/eaca9f28abdf3e3ac9571498fb6c39ca2986ee77..1d73636a839a4efe8e12cffb33714bc60c58dc4b:/extension/webpack.config.js?ds=sidebyside 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'], },