1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00

minor updates - added babel polyfill

This commit is contained in:
2018-03-27 20:58:44 -05:00
parent 3adf99fdc7
commit b7cefa92a8
7 changed files with 35 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ const webpack = require('webpack');
module.exports = {
entry: {
app: './app/app.tsx',
app: ['babel-polyfill', './app/app.tsx'],
},
output: {
path: path.resolve(__dirname, 'dist'),