mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
9dccd6173a
[misc] fix undefined references in all the places and enable lint rule GitOrigin-RevId: 473dbab577b34f60d6a3fe567e29e13cb5b1cb24
5 lines
225 B
JavaScript
5 lines
225 B
JavaScript
import getMeta from './meta'
|
|
|
|
// Configure dynamically loaded assets (via webpack) to be downloaded from CDN
|
|
// See: https://webpack.js.org/guides/public-path/#on-the-fly
|
|
__webpack_public_path__ = getMeta('ol-baseAssetPath')
|