Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
🛠 fix babel/plugin-transform-runtime options
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Aug 13, 2018
1 parent 7b6306f commit 084f4ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tasks/config/babel.ts
Expand Up @@ -13,9 +13,7 @@ const babelConfigCommon = {
],
plugins: [
'@babel/plugin-syntax-dynamic-import',
['@babel/plugin-transform-runtime', {
polyfill: false
}],
'@babel/plugin-transform-runtime',
['module-resolver', {
'alias': {
'@start/plugin/src/': '@start/plugin'
Expand Down

0 comments on commit 084f4ae

Please sign in to comment.