gaosp
2024-01-05 ea911d3b42cac8948eb6f1285c7ad46706707643
build/webpack.dev.conf.js
@@ -1,3 +1,9 @@
/*
 * @Date: 2019-12-13 16:30:56
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-03 21:54:18
 * @FilePath: /belleson-frontend/Users/mache/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/650b28d71b3acf9feb5c2af6da2686eb/Message/MessageTemp/650b28d71b3acf9feb5c2af6da2686eb/File/mdc-portal/build/webpack.dev.conf.js
 */
'use strict'
const path = require('path')
const utils = require('./utils')
@@ -54,7 +60,16 @@
      filename: 'index.html',
      template: 'index.html',
      inject: true,
      favicon: resolve('favicon.ico'),
      chunks: ['manifest', 'vendor', 'app'],
      // favicon: resolve('favicon.ico'),
      title: 'mdc-portal'
    }),
    new HtmlWebpackPlugin({
      filename: 'test.html',
      template: 'index.html',
      inject: true,
      chunks: ['manifest', 'vendor', 'test'],
      // favicon: resolve('favicon.ico'),
      title: 'mdc-portal'
    }),
  ]