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:
parent
bd26aeda57
commit
6bfe20fdcc
4 changed files with 2 additions and 33 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"author": "",
|
||||
"license": "LGPL-2.1",
|
||||
"scripts": {
|
||||
"build": "./webpack-with-stats"
|
||||
"build": "webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.25.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue