Commit 16473065 authored by Patricio Bruna's avatar Patricio Bruna

Bye Bye babel-polyfill

parent f24d1384
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -16,7 +16,7 @@ if (NPM_TARGET === 'run' || NPM_TARGET === 'run-fullmap') {
}
var config = {
entry: ['babel-polyfill', './src/index.js'],
entry: ['./src/index.js'],
devtool: 'source-map',
output: {
path: __dirname + '/lib',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment