Skip to content

Commit ee073ca

Browse files
committed
Ship v2.0.0-beta.8
1 parent 7e59665 commit ee073ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1629
-891
lines changed

.babelrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
],
1212
plugins: [
1313
process.env.PLUGINS && 'transform-es2015-modules-strip',
14-
['@babel/proposal-object-rest-spread', {loose: true, useBuiltIns: true}]
14+
['@babel/proposal-object-rest-spread', {loose: true, useBuiltIns: true}],
15+
'@babel/plugin-proposal-throw-expressions'
1516
].filter(Boolean),
1617
env: {
1718
test: {

0 commit comments

Comments
 (0)