Skip to content

Commit

Permalink
chore: remove packages that were moved to wyw-in-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Dec 4, 2023
1 parent 5802a8b commit 154a9d9
Show file tree
Hide file tree
Showing 307 changed files with 379 additions and 25,880 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/linaria-debug

# Runtime data
pids
Expand Down Expand Up @@ -73,6 +72,9 @@ build/
tsconfig.tsbuildinfo

.linaria-cache
.wyw-cache

# debug
*.debug.ts
**/linaria-debug
**/wyw-debug
4 changes: 2 additions & 2 deletions examples/astro-solid/astro.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';
import astro_solid from '@astrojs/solid-js';
import vite_linaria from '@linaria/vite';
import vite_wyw from '@wyw-in-js/vite';
import vite_inspect from 'vite-plugin-inspect';

export default defineConfig({
Expand All @@ -17,7 +17,7 @@ export default defineConfig({
},
vite: {
plugins: [
vite_linaria({
vite_wyw({
displayName: true,
classNameSlug: (hash, title, args) => `${args.dir}_${title}_${hash}`,
babelOptions: {
Expand Down
3 changes: 1 addition & 2 deletions examples/astro-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"@astrojs/solid-js": "^1.2.3",
"@babel/core": "^7.23.5",
"@linaria/core": "workspace:^",
"@linaria/shaker": "workspace:^",
"@linaria/vite": "workspace:^",
"@wyw-in-js/vite": "^0.2.0",
"astro": "^1.6.10",
"solid-js": "^1.6.2",
"vite": "^3",
Expand Down
4 changes: 2 additions & 2 deletions examples/esbuild/build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const linaria = require('@linaria/esbuild').default;
const wyw = require('@wyw-in-js/esbuild').default;

const prod = process.env.NODE_ENV === 'production';

Expand All @@ -13,7 +13,7 @@ require('esbuild')
minify: prod,
outfile: 'build/out.js',
plugins: [
linaria({
wyw({
sourceMap: prod,
}),
],
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"linaria-website": "workspace:^"
},
"devDependencies": {
"@linaria/esbuild": "workspace:^",
"@wyw-in-js/esbuild": "^0.2.0",
"esbuild": "^0.15.16"
},
"scripts": {
Expand Down
69 changes: 0 additions & 69 deletions examples/gatsby/custom-config/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions examples/gatsby/custom-config/.prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions examples/gatsby/custom-config/.prettierrc

This file was deleted.

22 changes: 0 additions & 22 deletions examples/gatsby/custom-config/LICENSE

This file was deleted.

99 changes: 0 additions & 99 deletions examples/gatsby/custom-config/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions examples/gatsby/custom-config/babel.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions examples/gatsby/custom-config/gatsby-browser.js

This file was deleted.

34 changes: 0 additions & 34 deletions examples/gatsby/custom-config/gatsby-config.js

This file was deleted.

26 changes: 0 additions & 26 deletions examples/gatsby/custom-config/gatsby-node.js

This file was deleted.

7 changes: 0 additions & 7 deletions examples/gatsby/custom-config/gatsby-ssr.js

This file was deleted.

Loading

0 comments on commit 154a9d9

Please sign in to comment.