You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): fix issue with legacy dev setup (#12706)
- Not supported syntax: `'ui5nps "copy.src --watch --safe --skip-initial-copy"'` into two steps:
```sh
'ui5nps copySrcWithWatch'
copySrcWithWatch: `ui5nps-script "${LIB}copy-and-watch/index.js" --silent "src/**/*.{js,json}" dist/ --watch --safe --skip-initial-copy`
```
- Allow creation of json asset for non-supported language or language script, but log a warning to inform component devs (some library creators could handle such scenarios on their own).
0 commit comments