* address IE11 issue 'Symbol' is undefined with babel-polyfill https://github.com/almende/vis/issues/2560 * address IE11 issue 'Symbol' is undefined with babel-polyfill https://github.com/almende/vis/issues/2560 * address IE11 issue 'Symbol' is undefined with babel-polyfill https://github.com/almende/vis/issues/2560
* move all babel options to .babelrc file * updated babel-loader
When I was going through the documentation about creating custom builds I ran into the error outlined at the below link. Applying the suggested fix solved it so I'm submitting same here. http://stackoverflow.com/questions/30386317/babelify-throws-parseerror-o n-import-a-module-from-node-modules See https://github.com/almende/vis/pull/2460