new webpack
[arvados.git] / 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',
     },
 };