第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

我可以將時(shí)間線.js 放在我的應(yīng)用程序中的什么位置?對(duì)于 gtmetrix

我可以將時(shí)間線.js 放在我的應(yīng)用程序中的什么位置?對(duì)于 gtmetrix

暮色呼如 2021-12-12 16:01:14
<link rel="stylesheet" href="/src/common/timeline/timeline.css"><script defer src="/src/common/timeline/timeline-min.js"></script>我想將它放在我的項(xiàng)目中的代碼中以進(jìn)行編譯和壓縮以節(jié)省位置和更新速度。但我有一個(gè)錯(cuò)誤怎么做才正確?
查看完整描述

1 回答

?
月關(guān)寶盒

TA貢獻(xiàn)1772條經(jīng)驗(yàn) 獲得超5個(gè)贊

為什么不將文件與索引 html 保持在同一級(jí)別?


    public/

          index.html

          timeline.js

          timeline.css

并在index.html使用中


<link rel="stylesheet" href="./timeline.css">

<script defer src="./timeline.js"></script> 

如果您想將文件保存在其他地方(比如src文件夾)并使用 管理使用它webpack,您可以使用copy-webpack-plugin


   const CopyPlugin = require("copy-webpack-plugin");


    plugins : [

          // Some other plugins

          new CopyPlugin([

            { from: "./common/timeline/timeline.css", to: "./timeline.css" },

            { from: "common/timeline/timeline.js", to: "./timeline.js" }

          ])]

并使用與以前相同的代碼引用文件


<link rel="stylesheet" href="./timeline.css">

<script defer src="./timeline.js"></script> 


查看完整回答
反對(duì) 回復(fù) 2021-12-12
  • 1 回答
  • 0 關(guān)注
  • 163 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)