-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebpackEncoreBundle] Update recipe for Webpack Encore 5
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
* Install NPM and run <fg=green>npm install</> | ||
|
||
* Compile your assets: <fg=green>npm run dev</> | ||
|
||
* Or start the development server: <fg=green>npm run watch</> | ||
* Compile your assets for development: <fg=green>npm run dev</> | ||
|
||
* Compile your assets for development and watch for any modifications: <fg=green>npm run watch</> | ||
|
||
* Or start the development server: <fg=green>npm run dev-server</> | ||
|
||
* Compile your assets for production: <fg=green>npm run build</> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters