欢迎光临散文网 会员登陆 & 注册

前端winter、杨村长、然叔Vue源码剖析

2023-03-22 19:19 作者:那坟前的孤影  | 我要投稿
  • 创建 next.config.js

  • 栗子🌰:使用 file-loader 或者 next-images

// file-loader module.exports = {  webpack: (config, options) => {    config.module.rules.push({      test: /\.(jpg|png|gif|svg)$/,      use: [        {          loader: 'file-loader',          options: {            name: '[name].[contenthash].[ext]', // 文件名称            outputPath: 'static', // 硬盘路径            publicPath: '_next/static', // 网站路径          }        },      ],


前端winter、杨村长、然叔Vue源码剖析的评论 (共 条)

分享到微博请遵守国家法律