mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
94641f737c
Configure webpack public path for gallery search bundle, fixing translations failing to load GitOrigin-RevId: e785ccac2bbba7ff9d929730c6ea84249f6db109
6 lines
273 B
JavaScript
6 lines
273 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
|
|
// eslint-disable-next-line no-undef, camelcase
|
|
__webpack_public_path__ = getMeta('ol-baseAssetPath')
|