diff --git a/packages/xarc-app-dev/lib/webpack-dev-fastify.js b/packages/xarc-app-dev/lib/webpack-dev-fastify.js index 37a454289..29bf4c10b 100644 --- a/packages/xarc-app-dev/lib/webpack-dev-fastify.js +++ b/packages/xarc-app-dev/lib/webpack-dev-fastify.js @@ -1,8 +1,6 @@ "use strict"; /* eslint-disable no-console, no-magic-numbers */ -const archetype = require("@xarc/app/config/archetype"); - const AppDevMiddleware = require("./app-dev-middleware"); async function register(server) {