Skip to content

Commit

Permalink
Merge pull request #37 from seemrcola/main
Browse files Browse the repository at this point in the history
typo: delete expired description
  • Loading branch information
yejimeiming committed Aug 27, 2023
2 parents 83a5db8 + 25fa016 commit 242aeaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -10,10 +10,6 @@ English | [简体中文](https://github.com/vite-plugin/vite-plugin-commonjs/blo
✅ bare module(node_modules)
✅ dynamic-require similar to 👉 [Webpack](https://webpack.js.org/guides/dependency-management/#require-with-expression) `require('./foo/' + bar)`

📦 Out of the box
🔨 Work only in the `vite serve` phase
🚚 In the `vite build` phase, CommonJs syntax will be supported by builtin [@rollup/plugin-commonjs](https://www.npmjs.com/package/@rollup/plugin-commonjs)

## Usage

```js
Expand Down
4 changes: 0 additions & 4 deletions README.zh-CN.md
Expand Up @@ -10,10 +10,6 @@
✅ bare module(node_modules)
✅ dynamic-require 和 👉 [Webpack](https://webpack.js.org/guides/dependency-management/#require-with-expression) `require('./foo/' + bar)`类似

📦 开箱即用
🔨 只在 `vite serve` 阶段起作用
🚚 在 `vite build` 阶段 CommonJs 语法由内置的 [@rollup/plugin-commonjs](https://www.npmjs.com/package/@rollup/plugin-commonjs) 插件处理

## 使用

```js
Expand Down

0 comments on commit 242aeaa

Please sign in to comment.