| | |
| | | /*
|
| | | * @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')
|
| | |
| | | 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'
|
| | | }),
|
| | | ]
|