diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:21:50 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:21:50 +0200 |
| commit | 93fe1aee43a79a23d4c418c230fde0e451259279 (patch) | |
| tree | ae7f83bd01d1783cb7951c94c020cb22361aa1b0 /extension/webpack.config.js | |
| parent | eaca9f28abdf3e3ac9571498fb6c39ca2986ee77 (diff) | |
Build with Babelrbdr-content-script
Diffstat (limited to 'extension/webpack.config.js')
| -rw-r--r-- | extension/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'], }, |