First off, thanks for taking the time to contribute! Here are a little dev FAQ below.
A: npm run dev
A: npm run compile
, and the files will be locating in /lib
folder.
Q: What is the difference between umd_local
, umd_global
and umd_global_min
in the script of package.json
?
A: umd_local
intend to compile / build a not window
exposed variables for Textbox
,Textarea
,Select
, Checkbox
and Radiobox
while umd_global
gives window.Textbox = Textbox
if window
exists.
Lastly umd_global_min
minifies the assets and generates react-inputs-validation.min.js
and react-inputs-validation.min.css
They ruled by umd.local.config.js
and umd.global.config.js
, which located in /src/webpack/
folder.
A: Just for building the gh page