Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utilize webpack #275

Open
Elia-Sh opened this issue May 27, 2020 · 0 comments
Open

utilize webpack #275

Elia-Sh opened this issue May 27, 2020 · 0 comments

Comments

@Elia-Sh
Copy link

Elia-Sh commented May 27, 2020

After some thought,
maybe it is possible to replace/improve some of the build/render scripts with the capabilities of webpack as a bundler,

I in my experience webpack is great tool due to -
it's web-development-server
supported loaders - https://webpack.js.org/loaders and even pugjs loader
extends modularization - https://webpack.js.org/concepts/modules/,
"build" optimizations, etc.

I like the simplicity of the current build/render scripts,
it's straight forward: build script calls render script that has some build-in values for file paths and the "rendering utility",
very simple to understand/manipulate, and still webpack comes with a lot of benefits..

The drawback of webpack in my opinion,
is the complexity for "first time configuration".

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants