Skip to content

Commit

Permalink
📝 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
fantian007 committed Apr 17, 2023
1 parent f9cd7a7 commit ed97ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ By compiling the tailwind CSS, generating the style and inserting the body indep
# Usage
```typescript
// esm
import { PrettyConsoleWebpackPlugin } from '@sprit/pretty-console-webpack-plugin';
import { TailwindCssWebpackPlugin } from '@sprit/pretty-console-webpack-plugin';
// cjs
const { PrettyConsoleWebpackPlugin } = require('@sprit/pretty-console-webpack-plugin');
const { TailwindCssWebpackPlugin } = require('@sprit/pretty-console-webpack-plugin');

// webpack plugins
{
Expand Down

0 comments on commit ed97ecf

Please sign in to comment.