From 9712ec1bd5ea1451656376fad99037951e2a411f Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Fri, 13 Dec 2019 10:34:20 +0800 Subject: [PATCH] cdn.d2.pub Former-commit-id: 193d0065708972115cda5bc806726333be7ff29d Former-commit-id: 24a3d468c4806d91cb16f9dab1d1e89c6ab12743 Former-commit-id: afdc97ef5940962e606ae8cd801ea55243e4e244 Former-commit-id: 80ecedc425c29ff1ec2ccef748c62480247962e5 [formerly 4535e656398e51f123d1f2812e494dc356544bf7] Former-commit-id: eeedb77dd41026d8b137ff56690e2f227ddf1ffc Former-commit-id: feaf45f09cd6515b60e719a29df4fe742c07c223 Former-commit-id: b49cc16459f9c600a28dd3e125dc14f1b01acc7f Former-commit-id: a20f81c298051d894cf1c0255b9bc4634a1213d3 Former-commit-id: 8cdb5220b14276cd69cc7a07f97173b9aafd300e --- public/index.html | 13 +++++++++ vue.config.js | 68 +++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 70 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 9b88472d..d03f160d 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,15 @@ + + <% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.css) { %> + + + <% } %> + + <% for (var i in htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %> + + <% } %>