From 092ba07d7e433c9a457af4ce55a21ffa01464372 Mon Sep 17 00:00:00 2001 From: Mael Date: Sat, 5 Dec 2020 15:28:26 +0000 Subject: [PATCH] =?UTF-8?q?Bundlesize=20pas=20n=C3=A9cessaire=20pour=20fai?= =?UTF-8?q?re=20tourner=20l'app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb643f138..720bc6a72 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "babel-plugin-ramda": "^2.0.0", "babel-plugin-styled-components": "^1.10.7", "babel-plugin-webpack-alias": "^2.1.2", - "bundlesize": "^0.18.0", "chai": "^4.1.2", "connect-history-api-fallback": "^1.5.0", "css-loader": "^0.28.11", @@ -103,7 +102,8 @@ }, "optionalDependencies": { "cypress": "^3.6.1", - "prerender-spa-plugin": "^3.4.0" + "prerender-spa-plugin": "^3.4.0", + "bundlesize": "^0.18.0" }, "scripts": { "lint:eslintrc": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",