問題タブ [reactstrap]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
5 に答える
13275 参照

reactjs - .jsx ファイルのインポート時にモジュールが見つからない

解決策がわかりません。Reactstrap (CSS フレームワーク)、React、Express、および Webpack を使用しています。

index.jsx に App.jsx ファイルをインポートすることに成功しました。次に、同じ方法を使用して App.jsx に NavbarTemplate.jsx ファイルをインポートしようとしました。しかし、次のようなエラーが表示されました:

./client/src/components/App.jsx モジュールにエラーが見つかりません: エラー: '/Users/oprent1/v2/oprent-react/client/src/components' @ ./ の 'NavbarTemplate.jsx' を解決できませんclient/src/components/App.jsx 11:22-51 @ ./client/src/index.jsx

構成の何が問題になっていますか? これに関連するいくつかのファイルを以下に提供しました。

webpack.config.js

index.jsx

App.jsx

NavbarTemplate.jsx

フォルダ構造

ここに画像の説明を入力