Remove the index.js indirection
Make index.es6 the main entry point.
This commit is contained in:
parent
95bccc2e53
commit
ce7a2d3870
3 changed files with 4 additions and 31 deletions
|
|
@ -21,7 +21,7 @@ var production = process.env.NODE_ENV === 'production';
|
|||
var info = {
|
||||
entries: {
|
||||
"index": [
|
||||
"./index.js"
|
||||
"./index.es6"
|
||||
]
|
||||
},
|
||||
files: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue