Closed okonet closed 8 years ago
you can make the filename relative to the output path, example:
new ChunkManifestPlugin({filename: './../chunk-manifest.json'})
output: { path: path.join(__dirname, '/build/static'), publicPath: '/search/', filename: hash + '.js', chunkFilename: hash + '.js' },
ends up in: /build/chunk-manifest.json
Thanks!
Right now it's created in
output.path
but my setup requires it in other location. It would be nice to be able to define the path where it should be created and pass it as option.