Skip to content

Commit d2dd4a1

Browse files
author
Ives van Hoorne
committed
Support for async
1 parent ddf967b commit d2dd4a1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const config = {
4848
entry: {
4949
app: [require.resolve('./polyfills'), path.join(paths.appSrc, 'index.js')],
5050
sandbox: [
51+
require.resolve('babel-polyfill'),
5152
require.resolve('./polyfills'),
5253
path.join(paths.sandboxSrc, 'index.js'),
5354
],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"axios": "^0.15.3",
6868
"babel-plugin-transform-decorators-legacy": "^1.3.4",
6969
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
70+
"babel-polyfill": "^6.23.0",
7071
"babel-standalone": "^6.21.1-0",
7172
"base64-loader": "^1.0.0",
7273
"codemirror": "^5.22.0",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,14 @@ babel-plugin-transform-undefined-to-void@^6.8.0:
934934
dependencies:
935935
babel-runtime "^6.0.0"
936936

937+
babel-polyfill@^6.23.0:
938+
version "6.23.0"
939+
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.23.0.tgz#8364ca62df8eafb830499f699177466c3b03499d"
940+
dependencies:
941+
babel-runtime "^6.22.0"
942+
core-js "^2.4.0"
943+
regenerator-runtime "^0.10.0"
944+
937945
babel-preset-babili@^0.0.12:
938946
version "0.0.12"
939947
resolved "https://registry.yarnpkg.com/babel-preset-babili/-/babel-preset-babili-0.0.12.tgz#74d79205d54feae6470bc84231da0b9ac9fc7de9"

0 commit comments

Comments
 (0)