overleaf/services/web/frontend/js/libraries.js
Alf Eaton cce0051be6 Merge pull request #4140 from overleaf/ae-react-share-modal
Remove Angular share modal code

GitOrigin-RevId: 136b10c7b9768f2d8de13e48b16fd71947506624
2021-06-08 02:05:34 +00:00

25 lines
686 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/select/select'
// CSS
import 'angular/angular-csp.css'
// Polyfill fetch for IE11
import 'isomorphic-unfetch'
// Rewrite meta elements
import './utils/meta'
// 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