From e576a16edb0efd6df558df6aa810b8430cac99b9 Mon Sep 17 00:00:00 2001 From: Chung Leong Date: Fri, 15 Mar 2019 04:39:59 -0400 Subject: [PATCH] Fixed resolution of node_modules. --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 6bbaba6..8f3e964 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -25,7 +25,7 @@ var clientConfig = { }, resolve: { extensions: [ '.js', '.jsx' ], - modules: [ Path.resolve('./src'), Path.resolve('./node_modules') ], + modules: [ Path.resolve('./src'), 'node_modules' ], }, module: { rules: [