Dist using git ls-files

This makes sure we always include all files in the repository when
disting.

Obsoletes webpack-with-stats, which had a bug anyway: it wasn't
reporting jslint errors.
This commit is contained in:
Lars Karlitski 2017-10-18 19:04:18 +02:00 committed by Martin Pitt
parent bd26aeda57
commit 6bfe20fdcc
4 changed files with 2 additions and 33 deletions

View file

@ -7,7 +7,7 @@
"author": "",
"license": "LGPL-2.1",
"scripts": {
"build": "./webpack-with-stats"
"build": "webpack"
},
"devDependencies": {
"babel-core": "^6.25.0",