Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Feb 2, 2024
1 parent 93c0ea2 commit 025d924
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/examples/.swcrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* @description SWC 配置
*/

import { resolve } from 'path';
import targets from './tools/lib/targets.js';

/**
Expand All @@ -22,9 +21,6 @@ export default async () => {
react: {
runtime: 'automatic'
}
},
experimental: {
cacheRoot: resolve('node_modules/.cache/swc')
}
},
env: {
Expand Down

0 comments on commit 025d924

Please sign in to comment.