Project

General

Profile

« Previous | Next » 

Revision 29ed345b

Added by Michael Moll over 7 years ago

Refs #17491 - Revert "polyfill Map for ARMv8 node"

This reverts commit f101368449b450b1ede5c822af0852166c45bc4c.

View differences:

config/webpack.config.js
'use strict';
require( 'es6-promise' ).polyfill(); //needed for compatibility with older node versions
if (process.arch === 'arm64'){
require('es6-map/implement'); // ARMv8 nodejs 4.2.6 implementation is broken somehow
}
var path = require('path');
var webpack = require('webpack');

Also available in: Unified diff