Closed lazycipher closed 4 years ago
Hi @AdrianBZG, Can you explain to me a bit about the plan with webpack?
@lazycipher The idea to have hot reloading when running 'dev' version, so that changes in the CSS style, JavaScript, etc, are compiled real-time and you can see the changes without having to close and open the app again.
Does that make sense?
Or maybe we can use something different instead of webpack?
I got the idea! I'll look around for alternatives if available and proceed with webpack if it's best(which I think it is).
Hi @lazycipher , any updates on this? 😄
Hi @AdrianBZG, I've exams going on! As soon it gets over, I'll get back to it.
Hi @AdrianBZG, requesting to be assigned this task. Once assigned, do you have a preference for either webpack or gulp?
Hi @JM-Mendez , I don't have a preference, really. I leave that up to you to choose the one most suitable for the current codebase 😄
Closed by @JM-Mendez on PR#76
Currently, the
npm run dev
command in project executes the commandgulp && webpack --config webpack.config.js
. We're missing webpack dependency in package.json and the config filewebpack.config.js
as well.