diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-27 10:11:45 -0400 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-03-31 22:50:57 +0200 |
commit | a8f0592b72829b840e188b7ee8c0e56b41e6d5c6 (patch) | |
tree | 2353e15fd3626230967886be8c2112b7b9726249 /app | |
parent | 4aaa1772b64085833de1be66ce09bc2a0a0a7319 (diff) |
[Glitch] Move marky to devDependency
Port ddb769f0b84d4bcff22472f236a4ec74c631d0a6 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/performance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/performance.js b/app/javascript/flavours/glitch/performance.js index 450a90626..2b7e1bda8 100644 --- a/app/javascript/flavours/glitch/performance.js +++ b/app/javascript/flavours/glitch/performance.js @@ -12,6 +12,7 @@ if (process.env.NODE_ENV === 'development') { // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1331135 performance.setResourceTimingBufferSize(Infinity); } + // eslint-disable-next-line import/no-extraneous-dependencies marky = require('marky'); // allows us to easily do e.g. ReactPerf.printWasted() while debugging //window.ReactPerf = require('react-addons-perf'); |