• 请不要在回答技术问题时复制粘贴 AI 生成的内容
maruize321
V2EX  ›  程序员

vue 中 static 下的图片打包不到 dist 文件下

  •  
  •   maruize321 · Sep 30, 2019 · 2992 views
    This topic created in 2449 days ago, the information mentioned may be changed or developed.

    function createIcon (item) { const value = emojiData[item] const path = './static/emoji/' return <img src=${path}${value} width="16px" height="16px"> }

    这里使用了图片 但是 static 下文件夹都打包不进去

    1 replies    2019-09-30 16:58:26 +08:00
    airyland
        1
    airyland  
       Sep 30, 2019   ❤️ 1
    变量调用是无法被 webpack 识别到是静态文件的,除非你用 require 的方式先引用。也可以手动配置下 webpack copy plugin 吧。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2983 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 14:35 · PVG 22:35 · LAX 07:35 · JFK 10:35
    ♥ Do have faith in what you're doing.