mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[misc] fix undefined references in all the places and enable lint rule GitOrigin-RevId: 473dbab577b34f60d6a3fe567e29e13cb5b1cb24
6 lines
225 B
JavaScript
6 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')
|