From e970c362b74821635de50595196913e8403fdae8 Mon Sep 17 00:00:00 2001 From: Ryan Swanson Date: Sun, 3 Aug 2014 10:25:45 -0600 Subject: [PATCH] Adding resolve to the config so it can find new Jsx components. --- templates/common/root/webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/common/root/webpack.config.js b/templates/common/root/webpack.config.js index 1c68c44..13f14ee 100644 --- a/templates/common/root/webpack.config.js +++ b/templates/common/root/webpack.config.js @@ -22,6 +22,10 @@ module.exports = { reasons: true }, + resolve: { + extensions: ['','.js','.jsx'] + }, + module: { preLoaders: [{ test: '\\.js$',