gajus / gajus/write-file-webpack-plugin

Plugin is not working with new new web dev server

Open
#73 7 comments 2 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
520
Forks
53
PR merge metrics
No merged PRs in 30d

Description

Due to this commit [add output.futureEmitAssets](https://github.com/webpack/webpack/pull/8642) your plugin is not working anymore on new web dev server.
Do you have a workaround?

Edit:
I found the work around:
```
module.exports = {
output: {
......
futureEmitAssets: false // https://github.com/webpack/webpack/pull/8642/files due this change in webpack, writeFilePlugin is not working, we have to disable that option. This will not work on webpack 5
},
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.