From 6f4d64fdf99dac6b430b4649ffd439ca515ed44c Mon Sep 17 00:00:00 2001 From: David Luecke Date: Fri, 13 Apr 2018 14:42:19 -0700 Subject: [PATCH] Transpile all Feathers modules for distributable --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 50964d8..6dd851a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ const config = { module: { rules: [{ test: /\.js/, - exclude: /node_modules\/(?!(@feathersjs))/, + exclude: /node_modules\/(?!(@feathersjs|feathers))/, loader: 'babel-loader' }] },