We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f079352 commit 4317e95Copy full SHA for 4317e95
README.md
@@ -30,14 +30,12 @@ import { litCss } from 'rollup-plugin-css-lit'
30
31
export default {
32
plugins: [
33
- litCss({ minify: process.env.NODE_ENV === 'production' }),
+ litCss({ minify: process.env.NODE_ENV === 'production' })
34
]
35
// the rest of the configuration
36
}
37
```
38
39
-Make sure that you use [Node.js] 14 or newer and [Rollup] 2 or newer. Use your favourite package manager - [NPM], [PNPM] or [Yarn]:
40
-
41
## Installation
42
43
Make sure that you use [Node.js] 14 or newer and [Rollup] 2 or newer. Use your favourite package manager - [NPM], [PNPM] or [Yarn]:
0 commit comments