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 a5910ad
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 267 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@
"repo:publish": "pnpm build && pnpm build:generate-stats && pnpm login --auth-type legacy && pnpm -r publish",
"watch": "cross-env watch=true pnpm build",
"build": "ts-node scripts/build.ts",
"build:notypes": "cross-env typesDisabled=true ts-node scripts/build.ts",
"build:generate-stats": "ts-node scripts/build-generate-stats.ts",
"bundler:build": "cross-env packages=bundler pnpm build",
"bundler:build:notypes": "cross-env packages=bundler pnpm build:notypes",
"bundler:watch": "cross-env packages=bundler watch=true pnpm watch",
"bundler:plg:start": "ts-node packages/bundler/playground/bundles.mjs",
"bundler:test": "pnpm jest:test packages/bundler/tests/jest",
"stylify:build": "cross-env packages=stylify pnpm build",
"stylify:build:notypes": "cross-env packages=stylify pnpm build:notypes",
"stylify:watch": "cross-env packages=stylify watch=true pnpm watch",
"stylify:test": "pnpm jest:test packages/stylify/tests/jest",
"stylify:plg:run": "ts-node packages/stylify/playground/index.ts",
Expand Down
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.

Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"private": true,
"dependencies": {
"ts-node": "^10.9.1"
},
"scripts": {
"build": "node bundles.mjs",
"dev": "node bundles.mjs --w"
Expand Down
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.

2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5910ad

Please sign in to comment.