Fix dappIcon & Fix Signer Pending (#7338)

* Move signerPending inside this repo

* Use latest version of dappIcon

* Tell babel to ignore node_modules in tests
This commit is contained in:
Amaury Martiny
2017-12-19 17:54:09 +01:00
committed by Jaco Greeff
parent 6bc88664ce
commit 3fa7d09b5e
7 changed files with 144 additions and 53 deletions

View File

@@ -14,13 +14,5 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
require('babel-register')({
ignore: function (filename) {
if (filename.indexOf('node_modules') !== -1) {
return filename.indexOf('@parity') === -1;
}
return false;
}
});
require('babel-register')();
require('babel-polyfill');