From 1a082161cd931ceacc5f5987ae8dd7f4c2bc909e Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Thu, 19 Aug 2021 08:32:54 -0600 Subject: [PATCH] chore(build): Update svg loader rules --- config/wp5/rules-pvw.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/wp5/rules-pvw.js b/config/wp5/rules-pvw.js index 694f8ae87..30b10039e 100644 --- a/config/wp5/rules-pvw.js +++ b/config/wp5/rules-pvw.js @@ -49,9 +49,6 @@ module.exports = [ test: /\.svg$/, loader: 'svg-sprite-loader', exclude: /fonts/, - options: { - runtimeCompat: true, - }, }, { test: /\.woff(2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/,