app_scaffold icon indicating copy to clipboard operation
app_scaffold copied to clipboard

A scaffold for developers to build ZAF v2 apps

Results 25 app_scaffold issues
Sort by recently updated
recently updated
newest added

## Description This fixes a typo in a code comment. ## CCs @zendesk/apps-migration

Default scaffold - running commands in root folder ```npm run watch``` and ```npm start``` Is causing either can't have multiple babel-polyfill, if I turn off babel-polyfill in webpack, I get...

When using the app_scaffold, how would one use handlebars conditionals in `default.js`?

Bumps the npm_and_yarn group with 11 updates: | Package | From | To | | --- | --- | --- | | [postcss](https://github.com/postcss/postcss) | `8.4.20` | `8.4.31` | | [webpack](https://github.com/webpack/webpack)...

dependencies

The generated line in rollup\translations-loader-plugin.js `if (id.endsWith('.json') && id.includes(path.resolve(__dirname, '../src/translations'))) {` Does not work on Windows due to `'/'` in the id vs. the `'\'` in the __dirname on that...