Merge pull request #3774 from overleaf/jpa-meta

[frontend] import meta tag processing from das7pads fork

GitOrigin-RevId: ca74ff9fbbcb51091a626a45468ff3d24d6136ca
This commit is contained in:
Jakob Ackermann
2021-03-23 03:05:12 +00:00
committed by Copybot
parent 2e305f36bc
commit 535c97e8cf
8 changed files with 135 additions and 47 deletions
+3
View File
@@ -14,6 +14,9 @@ import 'libs/select/select'
// 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