This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/wwwroot/js/jquery.js
surtur 07739ba8d1
All checks were successful
continuous-integration/drone/push Build is passing
bundle bootstrap and jquery with webpack
2021-02-23 15:29:07 +01:00

4 lines
55 B
JavaScript

import $ from 'jquery';
window.$ = window.jQuery = $;