Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(server): add babel-polyfill in production
Browse files Browse the repository at this point in the history
fix(server): add babel-polyfill in production
  • Loading branch information
Metnew committed Nov 9, 2017
1 parent 64dff3e commit 8df5ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
import express from 'express'
import chalk from 'chalk'
import 'babel-polyfill'
// Mount our server-side code to server
import server from './server'

Expand Down

0 comments on commit 8df5ff4

Please sign in to comment.