Merge pull request #175 from symfony/encore-tweaks

This commit is contained in:
Symfony
2017-09-11 08:43:17 -07:00
committed by GitHub
@@ -4,5 +4,8 @@
"package.json": "package.json",
"webpack.config.js": "webpack.config.js"
},
"aliases": ["encore", "webpack", "webpack-encore"]
"aliases": ["encore", "webpack", "webpack-encore"],
"gitignore": [
"/node_modules/"
]
}