Skip to content

Commit b86b2b6

Browse files
committed
pkg(demos): Remove linaria babel preset from demo
1 parent eff9dc3 commit b86b2b6

File tree

4 files changed

+2
-140
lines changed

4 files changed

+2
-140
lines changed

examples/github-app/.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['@anansi', '@linaria'],
2+
presets: ['@anansi'],
33
};

examples/todo-app/.babelrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['@anansi', '@linaria'],
2+
presets: ['@anansi'],
33
};

examples/todo-app/package-lock.json

Lines changed: 0 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/todo-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@anansi/browserslist-config": "1.7.3",
3333
"@anansi/webpack-config": "21.1.4",
3434
"@babel/core": "7.28.5",
35-
"@linaria/babel-preset": "5.0.4",
3635
"@linaria/core": "6.3.0",
3736
"@linaria/react": "6.3.0",
3837
"@linaria/shaker": "5.0.3",

0 commit comments

Comments
 (0)