Skip to content

Commit 065e978

Browse files
committed
fix(package.json): add missing dev-dep babel-polyfill
1 parent b19a5d4 commit 065e978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"devDependencies": {
3535
"babel-core": "^6.5.2",
3636
"babel-loader": "^6.2.2",
37+
"babel-polyfill": "^6.5.0",
3738
"babel-preset-es2015": "^6.5.0",
3839
"babel-preset-react": "^6.5.0",
3940
"babel-preset-stage-0": "^6.5.0",

0 commit comments

Comments
 (0)