Files
symfony-flex-recipes/symfony/webpack-encore-pack/1.0/package.json
T
Ryan Weaver 1e413c6a60 Proofreading webpack.config.js for clarity
* Adding initial js and css files

* removing sass by default to avoid needing extra packages

* enabling notifications
2018-07-27 13:32:28 -04:00

15 lines
340 B
JSON

{
"devDependencies": {
"@symfony/webpack-encore": "^0.19.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"
}
}