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/index.js
surtur 440af39c21
All checks were successful
continuous-integration/drone/push Build is passing
fix jquery
2021-02-23 16:10:37 +01:00

8 lines
170 B
JavaScript

import 'jquery';
import './publicpath.js';
window.$ = require('jquery');
import './jquery.js'
import 'bootstrap';
import './site.js';
import './validation/file_type.js';