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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user