diff --git a/craco.config.js b/craco.config.js index 3df93a0..26a9c16 100644 --- a/craco.config.js +++ b/craco.config.js @@ -29,7 +29,7 @@ babel: { plugins: [ "lodash", - ["@lemmmy/babel-plugin-use-what-changed", { + ["@simbathesailor/babel-plugin-use-what-changed", { "active": process.env.NODE_ENV === "development" }] ],