Skip to content

Commit 28b131d

Browse files
authored
Add link to webpack in mix docs
1 parent 974d951 commit 28b131d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: console/asset-compilation-mix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
[Laravel Mix](https://laravel-mix.com/) provides a fluent API for defining webpack build steps for your Winter CMS application using several common CSS and JavaScript pre-processors.
5+
[Laravel Mix](https://laravel-mix.com/) provides a fluent API for defining [webpack](https://webpack.js.org/) build steps for your Winter CMS application using several common CSS and JavaScript pre-processors.
66

77
In other words, Mix makes it a cinch to compile and minify your application's CSS and JavaScript files. Through simple method chaining, you can fluently define your asset pipeline. For example:
88

0 commit comments

Comments
 (0)