bundle.js を使用して各 .html をレイアウト付きの単一の親 .html に呼び出す方法はありますか?
/Documentation
-- /node_modules
-- index.html
-- bundle.js
-- webpack.config.js
/Marketing
-- /node_modules
-- index.html
-- bundle.js
-- webpack.config.js
-parent.html
ここで達成する主な鍵は、チームが作業のプレビューを確認できるように、各モジュール (ドキュメント、マーケティング) の開発を分離することです。
スタック: React、React-Router、Redux
PS: ビルド ツールを使用して、コンパイルのために各 webpack 構成を実行します。