webpack-encore
webpack-encore copied to clipboard
[Feature] Add a "fromWebpackConfig" method
This way, if another program provides a Webpack config, one can construct a setup like this:
const webpackConfig = { ... }
Encore.fromWebpackConfig(webpackConfig)
// continue the usual setup
Encore would add any fields not present, and only override conflicts if absolutely necessary. Having the user interface with these conflicts or at least logging them would be nice.
Conflicts could be logged as warnings, and there could be a parameter that disables this.
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
Thank you for this issue. There has not been a lot of activity here for a while. Has this been resolved?
Friendly reminder that this issue exists. If I don't hear anything I'll close this.
Hey,
I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen!