Remove the index.js indirection

Make index.es6 the main entry point.
This commit is contained in:
Lars Karlitski 2017-10-17 17:18:31 +02:00 committed by Martin Pitt
parent 95bccc2e53
commit ce7a2d3870
3 changed files with 4 additions and 31 deletions

View file

@ -21,7 +21,7 @@ var production = process.env.NODE_ENV === 'production';
var info = {
entries: {
"index": [
"./index.js"
"./index.es6"
]
},
files: [