問題タブ [webpack-splitchunks]
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.
javascript - Webpack SplitChunksPlugin が CSS ファイルを生成しないようにする
SplitChunksPlugin を使用して、すべてのベンダー JSvendor/
とnode_modules/
フォルダーを別のファイルに移動します。
また、MiniCssExtractPlugin を使用してコンパイルし、SCSS スタイルを別のフォルダーに移動します。
私のスタイルはすべて SCSS ファイルから生成されているため、この2 つを一緒に使用するvendor.bundle.css
と、まったく必要のないも作成されます。生成されないようにする方法はありますか?