Merge pull request from mzgoddard/dependents-no-boiler

Use src/index for browser entry point
This commit is contained in:
Ray Schamp 2018-05-31 17:46:55 -04:00 committed by GitHub
commit c40105cf07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View file

@ -21,5 +21,10 @@ module.exports = {
presets: [['env', {targets: {browsers: ['last 3 versions', 'Safari >= 8', 'iOS >= 8']}}]]
}
}]
},
externals: {
'audio-context': true,
'minilog': true,
'startaudiocontext': true
}
};