From 35841b33699cec294e3a78ff16282553911ad688 Mon Sep 17 00:00:00 2001 From: dgw Date: Sat, 2 Jun 2018 14:13:42 -0500 Subject: [PATCH] Undo webpack sorting, it made network always locked --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index b11370ad..a7164fab 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -74,8 +74,6 @@ const config = { ignoreCustomFragments: [ /{{[\s\S]*?}}/, ], - sortAttributes: true, - sortClassName: true, }, }], },