Skip to content

Commit

Permalink
One playground is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 12, 2024
1 parent 1f01aa3 commit 1f57f14
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 260 deletions.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions packages/bundler/playground/astro/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions packages/bundler/playground/astro/astro.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions packages/bundler/playground/astro/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions packages/bundler/playground/astro/server.mjs

This file was deleted.

5 changes: 0 additions & 5 deletions packages/bundler/playground/astro/src/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/bundler/playground/astro/src/components/title.astro

This file was deleted.

1 change: 0 additions & 1 deletion packages/bundler/playground/astro/src/env.d.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/bundler/playground/astro/src/layouts/Layout.astro

This file was deleted.

9 changes: 0 additions & 9 deletions packages/bundler/playground/astro/src/pages/index.astro

This file was deleted.

8 changes: 0 additions & 8 deletions packages/bundler/playground/astro/src/pages/second.astro

This file was deleted.

1 change: 0 additions & 1 deletion packages/bundler/playground/astro/src/styles/stylify.css

This file was deleted.

7 changes: 0 additions & 7 deletions packages/bundler/playground/astro/stylify.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/bundler/playground/astro/tsconfig.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/bundler/playground/astro/vite.config.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path';
import { Bundler } from '../esm/index.mjs';
import { Bundler } from './esm/index.mjs';

const watchFiles = process.argv[process.argv.length - 1] === '--w';
const outputDir = path.join('.', path.sep, 'css');
Expand Down
5 changes: 0 additions & 5 deletions packages/bundler/playground/nuxt/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/bundler/playground/nuxt/app.vue

This file was deleted.

1 change: 0 additions & 1 deletion packages/bundler/playground/nuxt/content/hello-world.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/bundler/playground/nuxt/nuxt.config.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/bundler/playground/nuxt/stylify.config.js

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from '../esm/index.mjs';
import { defineConfig } from './esm/index.mjs';

export default defineConfig({
compiler: {
Expand Down
4 changes: 0 additions & 4 deletions packages/bundler/playground/webpack/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/bundler/playground/webpack/index.html

This file was deleted.

1 change: 0 additions & 1 deletion packages/bundler/playground/webpack/index.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/bundler/playground/webpack/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/bundler/playground/webpack/stylify.config.js

This file was deleted.

30 changes: 0 additions & 30 deletions packages/bundler/playground/webpack/webpack.config.js

This file was deleted.

0 comments on commit 1f57f14

Please sign in to comment.