webpack3.0 配置多文件入口报错,求解

webpack-dev-server --inline --progress --config build/webpack.dev.conf.js

[ ‘D:/backup/ihlp-hd-web/src/entries/entry1/main1.js’,
‘D:/backup/ihlp-hd-web/src/entries/entry2/main.js’ ]
map { main1: ‘D:/backup/ihlp-hd-web/src/entries/entry1/main1.js’,
main: ‘D:/backup/ihlp-hd-web/src/entries/entry2/main.js’ }
{ main1:
[ ‘webpack-dev-server/client?http://localhost:8082/’,
‘webpack/hot/dev-server’,
‘D:/backup/ihlp-hd-web/src/entries/entry1/main1.js’ ],
main:
[ ‘webpack-dev-server/client?http://localhost:8082/’,
‘webpack/hot/dev-server’,
‘D:/backup/ihlp-hd-web/src/entries/entry2/main.js’ ] }
[ HtmlWebpackPlugin {
options:
{ template: ‘D:/backup/ihlp-hd-web/src/entries/entry1/one.html’,
filename: ‘hd/one.html’,
hash: false,
inject: true,
compile: true,
favicon: false,
minify: false,
cache: true,
showErrors: true,
chunks: [Array],
excludeChunks: [],
title: ‘Webpack App’,
xhtml: false } },
HtmlWebpackPlugin {
options:
{ template: ‘D:/backup/ihlp-hd-web/src/entries/entry2/two.html’,
filename: ‘hd/two.html’,
hash: false,
inject: true,
compile: true,
favicon: false,
minify: false,
cache: true,
showErrors: true,
chunks: [Array],
excludeChunks: [],
title: ‘Webpack App’,
xhtml: false } } ]
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration.entry should be one of these:
    object { : non-empty string | [non-empty string] } | non-empty string | [non-empty string] | function
    -> The entry point(s) of the compilation.
    Details:
    • configuration.entry[‘main1’] should be a string.
      -> The string is resolved to a module which is loaded upon startup.
    • configuration.entry[‘main1’] should not contain the item ‘webpack/hot/dev-server’ twice.
    • configuration.entry[‘main’] should be a string.
      -> The string is resolved to a module which is loaded upon startup.
    • configuration.entry[‘main’] should not contain the item ‘webpack/hot/dev-server’ twice.
    • configuration.entry should be a string.
      -> An entry point without name. The string is resolved to a module which is loaded upon startup.
    • configuration.entry should be an array:
      [non-empty string]
    • configuration.entry should be an instance of function
      -> A Function returning an entry object, an entry string, an entry array or a promise to these things.
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! HD-Web@1.0.0 dev: webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the HD-Web@1.0.0 dev script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\p84142489\AppData\Roaming\npm-cache_logs\2019-12-25T13_51_25_611Z-debug.log

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值