mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 19:46:52 +03:00
Moving most of the webpack-encore-pack recipe to webpack-encore-bundle
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@symfony/webpack-encore": "^0.21.0",
|
||||
"webpack-notifier": "^1.6.0"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev-server": "encore dev-server",
|
||||
"dev": "encore dev",
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user