view.js 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /******/ (() => { // webpackBootstrap
  2. var __webpack_exports__ = {};
  3. /*!*********************!*\
  4. !*** ./src/view.js ***!
  5. \*********************/
  6. /**
  7. * Use this file for JavaScript code that you want to run in the front-end
  8. * on posts/pages that contain this block.
  9. *
  10. * When this file is defined as the value of the `viewScript` property
  11. * in `block.json` it will be enqueued on the front end of the site.
  12. *
  13. * Example:
  14. *
  15. * ```js
  16. * {
  17. * "viewScript": "file:./view.js"
  18. * }
  19. * ```
  20. *
  21. * If you're not making any changes to this file because your project doesn't need any
  22. * JavaScript running in the front-end, then you should delete this file and remove
  23. * the `viewScript` property from `block.json`.
  24. *
  25. * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script
  26. */
  27. /* eslint-disable no-console */
  28. // console.log(
  29. // 'Hello World! (from create-block-tsu-financial-progress-block block)'
  30. // );
  31. /* eslint-enable no-console */
  32. /******/ })()
  33. ;
  34. //# sourceMappingURL=view.js.map