diff --git a/docs/introduction/index.md b/docs/introduction/index.md index fc3933d5d..0ff166229 100755 --- a/docs/introduction/index.md +++ b/docs/introduction/index.md @@ -26,6 +26,7 @@ npm install --global rollup 这些命令假定你的应用程序入口点命名为 `main.js`,并且希望将所有导入编译到一个名为 `bundle.js` 的单个文件中。 +<<<<<<< HEAD 对于浏览器: ```shell @@ -48,6 +49,28 @@ rollup main.js --file bundle.js --format umd --name "myBundle" ``` ## 背景 {#the-why} +======= +::: code-group + +```shell [For browsers:] +# compile to a