webpack-encore icon indicating copy to clipboard operation
webpack-encore copied to clipboard

Bug/incorrect manifest keys are produced

Open 4c0n opened this issue 5 years ago • 2 comments

When importing a svg through an entry, the incorrect manifest key is generated.

This PR contains a failing test case to illustrate the problem.

It seems very related to https://github.com/symfony/webpack-encore/issues/808, however I also seem to have this problem when downgrading to a lower version.

4c0n avatar Jul 23 '20 15:07 4c0n

When downgrading, are you keeping the same versions of dependencies or downgrading as well ? Maybe the upgrade mentioned in #808 was involving more packages than Encore

stof avatar Jul 23 '20 15:07 stof

@stof I also had to downgrade the sass-loader package, but that's it. @Lyrkan mentioned it probably came to be in version 0.29.0 https://github.com/symfony/webpack-encore/issues/808#issuecomment-663083975

4c0n avatar Jul 23 '20 16:07 4c0n