From 65f2d3dfd0c572ba8a8015c36499ca2f61c742a8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 11 Jul 2024 20:20:35 -0400 Subject: [PATCH] Fix link to PostCSS with Laravel Mix --- src/browser_app_skeleton/webpack.mix.js.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser_app_skeleton/webpack.mix.js.ecr b/src/browser_app_skeleton/webpack.mix.js.ecr index 0c3ecc9b..cdc93ff9 100644 --- a/src/browser_app_skeleton/webpack.mix.js.ecr +++ b/src/browser_app_skeleton/webpack.mix.js.ecr @@ -50,7 +50,7 @@ mix // SASS entry file. Uses autoprefixer automatically. .sass("src/css/app.scss", "css") // Customize postCSS: - // https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md#postcss-plugins + // https://github.com/laravel-mix/laravel-mix/blob/master/docs/postcss.md .options({ // If you want to process images, change this to true and add options from // https://github.com/tcoopman/image-webpack-loader