Skip to content

Commit 4cbc453

Browse files
committed
docs: add config.css docs w/ link
1 parent 3733cf3 commit 4cbc453

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,21 @@ Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/i
291291

292292
Your Babel config object.
293293

294+
#### `css`
295+
Type: `Object`<br>
296+
Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/index.js#L22-L26)
297+
298+
Core CSS behavior &mdash; see [`css-loader`](https://github.com/webpack-contrib/css-loader#options) for options.
299+
294300
#### `postcss`
295301
Type: `Array`<br>
296-
Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/index.js#L32-L34)
302+
Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/index.js#L30-L32)
297303

298304
Your PostCSS config &mdash; you may also use any config file/method that [`postcss-loader`](https://github.com/postcss/postcss-loader) accepts.
299305

300306
#### `terser`
301307
Type: `Object`<br>
302-
Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/index.js#L30-L42)
308+
Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/index.js#L36-L48)
303309

304310
The options for [Terser Plugin](https://github.com/webpack-contrib/terser-webpack-plugin#options).
305311

0 commit comments

Comments
 (0)