Skip to content
Advertisement

Tag: webpack-config

How to specify a different path AND filename for each entry point in your webpack config? (my config is invalid despite following the docs)

I want to be able to have a specific path AND filename for each entry in my webpack config. Specifically, this example from the webpack “Output Filename” documentation is what I want: And here is my implementation of that example: I know that this kind of entry point config is valid because its in the “Output Filename” section of the

Advertisement