diff --git a/src/vector/index.html b/src/vector/index.html index 64650305c5..91b14da5c4 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -59,9 +59,6 @@ } %> - - - ">
diff --git a/webpack.config.js b/webpack.config.js index d2ba9192f5..687ea29170 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -388,7 +388,7 @@ module.exports = (env, argv) => { }), new HtmlWebpackInjectPreload({ - files: [{ match: /.*\.(woff2?|ttf|eot)$/ }], + files: [{ match: /.*Inter.*\.woff2?$/ }], }), ...additionalPlugins,