Add babel-polyfill entry

This commit is contained in:
Jaco Greeff
2017-10-16 15:45:30 +02:00
parent b49d7ee29c
commit de6066d6b0
4 changed files with 33 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ const isEmbed = EMBED === '1' || EMBED === 'true';
const entry = isEmbed
? { embed: './embed.js' }
: { bundle: './index.parity.js' };
: { bundle: ['babel-polyfill', './index.parity.js'] };
module.exports = {
cache: !isProd,