From ca11a9fbe37b1130c9ab20c555509da66adab966 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sun, 21 Jul 2024 22:36:58 -0400 Subject: [PATCH] fix: main specs (#865) --- fixtures/browser_src_template/expected/webpack.mix.js | 2 +- .../browser_src_template__generate_auth/expected/webpack.mix.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/browser_src_template/expected/webpack.mix.js b/fixtures/browser_src_template/expected/webpack.mix.js index 0c3ecc9b..cdc93ff9 100644 --- a/fixtures/browser_src_template/expected/webpack.mix.js +++ b/fixtures/browser_src_template/expected/webpack.mix.js @@ -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 diff --git a/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js b/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js index 0c3ecc9b..cdc93ff9 100644 --- a/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js +++ b/fixtures/browser_src_template__generate_auth/expected/webpack.mix.js @@ -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