- Timestamp:
- 12/18/2018 03:16:21 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43933
- Property svn:mergeinfo changed
-
trunk/tools/webpack/packages.js
r44282 r44283 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.