mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-07-12 04:34:14 -04:00
Merge pull request #81 from mzgoddard/dependents-no-boiler
Use src/index for browser entry point
This commit is contained in:
commit
c40105cf07
2 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue