From c868f8a3c87bfc149af493595b2332bf2bc8f618 Mon Sep 17 00:00:00 2001 From: Estevan Maito Date: Fri, 17 May 2019 21:17:20 -0300 Subject: [PATCH] fix babel loader exclusion typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 0277c65..92182f9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,7 +13,7 @@ module.exports = { rules: [ { test: /\.js$/, - excludes: /(node_modules|docs)/, + exclude: /(node_modules|docs)/, use: { loader: 'babel-loader', options: {