From 6fbfd696990e77020a3d7359fdcbc3e01de40a60 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 20 Jun 2021 17:38:55 -0700 Subject: Rename CSS stress test Former-commit-id: cbb6f8b1a94e504cce875f90b45416177c9ac1d3 --- demos/simple-react/snowpack.config.js | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 demos/simple-react/snowpack.config.js (limited to 'demos/simple-react/snowpack.config.js') diff --git a/demos/simple-react/snowpack.config.js b/demos/simple-react/snowpack.config.js deleted file mode 100644 index cf580b9f9..000000000 --- a/demos/simple-react/snowpack.config.js +++ /dev/null @@ -1,21 +0,0 @@ -// Snowpack Configuration File -// See all supported options: https://www.snowpack.dev/reference/configuration - -/** @type {import("snowpack").SnowpackUserConfig } */ -module.exports = { - root: "src", - mount: { - public: "/", - src: "/", - }, - plugins: ["@snowpack/plugin-react-refresh"], - packageOptions: { - /* ... */ - }, - devOptions: { - /* ... */ - }, - buildOptions: { - /* ... */ - }, -}; -- cgit v1.2.3