Skip to content

Commit

Permalink
docs(auto-import): 📝 import path error
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Jun 24, 2024
1 parent 96b4727 commit 1a434a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auto-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({

```js
// next.config.js
const AutoImport = require('unplugin-auto-import/next').default
const AutoImport = require('unplugin-auto-import/webpack').default
const { nextPresets } = require('@bit-ocean/auto-import')

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 1a434a3

Please sign in to comment.