Minor Changes #1604 4a020ba Thanks @drwpow! - Add "extract" option which bundles CSS into one bundle. Removes .css imports. EXAMPLE USAGE: vanillaExtractPlugin({ extract: { name: 'bundle.css', sourcemap: false } });