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

编程入门 行业动态 更新时间:2024-10-12 03:17:55

webpack3.0 配置多文件入口<a href=https://www.elefans.com/category/jswz/34/1771188.html style=报错,求解"/>

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

更多推荐

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

本文发布于:2024-03-23 20:15:05,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1742358.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:报错   入口   文件

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!