issues
search
CodeWringer
/
strive-foundryVTT
STRIVE system for FoundryVTT
GNU General Public License v3.0
1
stars
0
forks
source link
Migrate from custom build script to webpack
#287
Open
CodeWringer
opened
1 year ago
CodeWringer
commented
1 year ago
The main goals of this change are as follows:
Automatic minification.
Intelligent orphaned code omission.
Following an industry-standard. -> no need to write, debug and test imperative build code. Instead, configuration and declarative programming reduce a chance for mistakes.
The main goals of this change are as follows: