overleaf/services/web/frontend/js/libraries.js
Jakob Ackermann ae327e7fd0 Merge pull request #2922 from overleaf/jpa-fix-sentry-frontend
[misc] fix sentry integration for the frontend

GitOrigin-RevId: 269eb3c538e1dc891c4598b608b3392ee22320e0
2020-06-24 02:10:39 +00:00

17 lines
575 B
JavaScript

import 'jquery'
import 'angular'
import 'angular-sanitize'
import 'lodash'
import 'libs/angular-autocomplete/angular-autocomplete'
import 'libs/ui-bootstrap'
import 'libs/ng-context-menu-0.1.4'
import 'libs/jquery.storage'
import 'libs/angular-cookie'
import 'libs/passfield'
import 'libs/ng-tags-input-3.0.0'
import 'libs/select/select'
// Configure dynamically loaded assets (via webpack) to be downloaded from CDN
// See: https://webpack.js.org/guides/public-path/#on-the-fly
// eslint-disable-next-line no-undef, camelcase
__webpack_public_path__ = window.baseAssetPath