From e82ae5f2368bd3d80185eddf9fa49a7646e46394 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 22 Mar 2017 11:48:57 +0000 Subject: [PATCH] fix(config): update webpack.js to be compatible with webpack@2.3.0 --- config/webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.js b/config/webpack.js index d85fa3265..7c311a02b 100644 --- a/config/webpack.js +++ b/config/webpack.js @@ -19,7 +19,7 @@ const shared = { output: { filename: entry.split('/').pop(), library: libraryName, - path: 'dist' + path: path.join(process.cwd(), '/dist') }, resolve: { modules: [