Using webpack to bundle assets in a single file
-
Weback has become a standard to bundle the static JS and CSS files. It also does minification and uglifaction of the JS files. Also supports Hot Module Replacement. And probably much more...
Is it possible to implement the webpack feature in NodeBB, probably in 1.7.2 version?
-
Definitely not in 1.7.2 since that's being released this week. Using Webpack at this point would require, essentially, a complete rewrite.
That's a lot of work.
Copyright © 2024 NodeBB | Contributors