entria-fullstack icon indicating copy to clipboard operation
entria-fullstack copied to clipboard

webpack package

Open sibelius opened this issue 5 years ago • 3 comments

sibelius avatar Jan 08 '19 13:01 sibelius

The ideia of it would be just to centralize configurations for projects and keep dependencies specifically there, or to actually abstract the configurations to be used in most packages?

matheus1lva avatar Jan 29 '19 13:01 matheus1lva

it could be similar to babel package https://github.com/entria/entria-fullstack/blob/master/packages/web/babel.config.js#L1

we could have most common configs, and use webpack merge or something to override some of them

sibelius avatar Jan 29 '19 13:01 sibelius

Let's do this after we have #46 merged, it has few improvements and changes we can use and abstract to another package as well, otherwise duplicated work is going to be done.

matheus1lva avatar Jan 29 '19 13:01 matheus1lva