Changeset 43933
- Timestamp:
- 11/22/2018 03:20:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tools/webpack/packages.js
r43932 r43933 166 166 flatten: true, 167 167 transform: ( content ) => { 168 if ( config.mode === 'production' ) {168 if ( config.mode === 'production' && ! env.forceBuildTarget ) { 169 169 return postcss( [ 170 170 require( 'cssnano' )( {
Note: See TracChangeset
for help on using the changeset viewer.