Commit 16473065 authored by Patricio Bruna's avatar Patricio Bruna

Bye Bye babel-polyfill

parent f24d1384
This diff is collapsed.
This diff is collapsed.
...@@ -16,7 +16,7 @@ if (NPM_TARGET === 'run' || NPM_TARGET === 'run-fullmap') { ...@@ -16,7 +16,7 @@ if (NPM_TARGET === 'run' || NPM_TARGET === 'run-fullmap') {
} }
var config = { var config = {
entry: ['babel-polyfill', './src/index.js'], entry: ['./src/index.js'],
devtool: 'source-map', devtool: 'source-map',
output: { output: {
path: __dirname + '/lib', 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