Webpack package image path



is there any other configuration?
what should I do if I generate more paths from npm run build than / static/css,?

Mar.22,2021
For the project generated by

vue-cli, you only need to add a point in the assetsPublicPath to pack the project. It is not a problem for you to post a bad judgment on which place has been added. You can generate a vue-cli for your own comparison.


test: /. (png | jpe?g | gif | svg) (?. *)? $/,

    loader: 'url-loader',
    options: {
      limit: 1,
      name: utils.assetsPath('images/[name].[hash:7].[ext]'),
      publicPath: '../../'
    }
    
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c3f4-2b845.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c3f4-2b845.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?