diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/webpack.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.js b/config/webpack.js index db1837a..34cccbd 100644 --- a/config/webpack.js +++ b/config/webpack.js @@ -3,7 +3,7 @@ const Path = require('path'); module.exports = { - entry: './lib/sumo', + entry: ['babel-polyfill', './lib/sumo'], output: { path: Path.resolve(__dirname, '../assets'), |