File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A plugin for integrating vanilla-extract with [esbuild](https://esbuild.github.i
1010## Installation
1111
1212``` bash
13- npm install @vanilla-extract/esbuild-plugin
13+ npm install --save-dev @vanilla-extract/esbuild-plugin
1414```
1515
1616## Setup
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ A plugin for integrating vanilla-extract with [Gatsby](https://www.gatsbyjs.com)
1010## Installation
1111
1212``` bash
13- npm install gatsby-plugin-vanilla-extract @vanilla-extract/babel-plugin @vanilla-extract/css @vanilla-extract/webpack-plugin
13+ npm install @vanilla-extract/css
14+ npm install --save-dev gatsby-plugin-vanilla-extract @vanilla-extract/babel-plugin @vanilla-extract/webpack-plugin
1415```
1516
1617## Setup
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A plugin for integrating vanilla-extract with [Next.js](https://nextjs.org).
1010## Installation
1111
1212``` bash
13- npm install @vanilla-extract/next-plugin
13+ npm install --save-dev @vanilla-extract/next-plugin
1414```
1515
1616## Setup
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ For applications we instead recommend to use Vite
1616## Installation
1717
1818``` bash
19- npm install @vanilla-extract/rollup-plugin
19+ npm install --save-dev @vanilla-extract/rollup-plugin
2020```
2121
2222## Setup
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A plugin for integrating vanilla-extract with [Vite](https://vitejs.dev/).
1010## Installation
1111
1212``` bash
13- npm install @vanilla-extract/vite-plugin
13+ npm install --save-dev @vanilla-extract/vite-plugin
1414```
1515
1616## Setup
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A plugin for integrating vanilla-extract with [webpack](https://webpack.js.org).
1010## Installation
1111
1212``` bash
13- npm install @vanilla-extract/webpack-plugin
13+ npm install --save-dev @vanilla-extract/webpack-plugin
1414```
1515
1616## Setup
You can’t perform that action at this time.
0 commit comments