亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何正確配置webpack?

如何正確配置webpack?

慕森王 2023-08-10 15:42:09
我認為配置 webpack 時遇到了一些問題。我正在一步步制作教程,但它不起作用。錯誤] 無法在項目商店上執行目標 com.github.eirslett:frontend-maven-plugin:1.10.3:webpack (webpack build):無法運行任務:&ldquo;webpack.js&rdquo;失敗。org.apache.commons.exec.ExecuteException:進程退出并出現錯誤:2錯誤看起來像:[INFO] ERROR in ./src/main/js/app.js[INFO] Module not found: Error: Can't resolve './client' in '/home/kk/IdeaProjects/e-commerce/src/main/js'[INFO]? @ ./src/main/js/app.js 29:13-32[INFO]?[INFO] ERROR in ./src/main/js/app.js[INFO] Module not found: Error: Can't resolve 'react' in '/home/kk/IdeaProjects/e-commerce/src/main/js'[INFO]? @ ./src/main/js/app.js 25:12-28[INFO]?[INFO] ERROR in ./src/main/js/app.js[INFO] Module not found: Error: Can't resolve 'react-dom' in '/home/kk/IdeaProjects/e-commerce/src/main/js'[INFO]? @ ./src/main/js/app.js 27:15-35webpack.config.js:var path = require('path');module.exports = {? ? entry: './src/main/js/app.js',? ? devtool: 'sourcemaps',? ? cache: true,? ? mode: 'development',? ? output: {? ? ? ? path: __dirname,? ? ? ? filename: './src/main/resources/static/built/bundle.js'? ? },? ? module: {? ? ? ? rules: [? ? ? ? ? ? {? ? ? ? ? ? ? ? test: path.join(__dirname, '.'),? ? ? ? ? ? ? ? exclude: /(node_modules)/,? ? ? ? ? ? ? ? use: [{? ? ? ? ? ? ? ? ? ? loader: 'babel-loader',? ? ? ? ? ? ? ? ? ? options: {? ? ? ? ? ? ? ? ? ? ? ? presets: ["@babel/preset-env", "@babel/preset-react"]? ? ? ? ? ? ? ? ? ? }? ? ? ? ? ? ? ? }]? ? ? ? ? ? }? ? ? ? ]? ? }};應用程序.js:'use strict';const React = require('react');const ReactDOM = require('react-dom');const client = require('./client');class App extends React.Component {...}class EmployeeList extends React.Component{...}class Employee extends React.Component{...}ReactDOM.render(<App/>, document.getElementById('react'))
查看完整描述

1 回答

?
當年話下

TA貢獻1890條經驗 獲得超9個贊

看來您需要從提供的教程中復制粘貼package.json片段并運行npm i



查看完整回答
反對 回復 2023-08-10
  • 1 回答
  • 0 關注
  • 111 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號