From 668b2ae22b910765d4e7982a9d9b8a82307e4360 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 7 Feb 2017 01:19:16 -0500 Subject: [PATCH] new webpack --- services/boot/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/boot/webpack.config.js b/services/boot/webpack.config.js index 836afea656..16935549b1 100644 --- a/services/boot/webpack.config.js +++ b/services/boot/webpack.config.js @@ -3,7 +3,7 @@ module.exports = { js: './js', }, output: { - directory: 'bindata.tmp', + path: 'bindata.tmp', filename: 'bindata.tmp/[name].js', }, }; -- 2.30.2