new webpack
authorTom Clegg <tom@curoverse.com>
Tue, 7 Feb 2017 06:19:16 +0000 (01:19 -0500)
committerTom Clegg <tom@curoverse.com>
Tue, 7 Feb 2017 06:19:16 +0000 (01:19 -0500)
services/boot/webpack.config.js

index 836afea656a4fa9b3d63bf346f7a3792a5476b05..16935549b12176d790607e2bcfb96e83efc0854f 100644 (file)
@@ -3,7 +3,7 @@ module.exports = {
         js: './js',
     },
     output: {
-        directory: 'bindata.tmp',
+        path: 'bindata.tmp',
         filename: 'bindata.tmp/[name].js',
     },
 };