mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Configure webpack public path for gallery search bundle, fixing translations failing to load GitOrigin-RevId: e785ccac2bbba7ff9d929730c6ea84249f6db109
7 lines
273 B
JavaScript
7 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')
|