File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -291,15 +291,21 @@ Default: [Link](https://github.com/lukeed/pwa/blob/master/packages/core/config/i
291291
292292Your 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 `
295301Type: ` 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
298304Your PostCSS config &mdash ; you may also use any config file/method that [ ` postcss-loader ` ] ( https://github.com/postcss/postcss-loader ) accepts.
299305
300306#### ` terser `
301307Type: ` 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
304310The options for [ Terser Plugin] ( https://github.com/webpack-contrib/terser-webpack-plugin#options ) .
305311
You can’t perform that action at this time.
0 commit comments