@@ -60,45 +60,45 @@ exports[`"minify" option should work if minify is array && minimizerOptions is o
60
60
61
61
exports [` "minify" option should work if minify is array && minimizerOptions is object: warning 1` ] = ` Array []` ;
62
62
63
- exports [` "minify" option should work with "CssMinimizerPlugin.cleanCss " minifier: assets 1` ] = `
63
+ exports [` "minify" option should work with "CssMinimizerPlugin.cleanCssMinify " minifier: assets 1` ] = `
64
64
Object {
65
65
" foo.css" : " body{color:red}a{color:#00f}
66
66
/* # sourceMappingURL=foo.css.map*/ " ,
67
67
" foo.css.map" : " {\\ " version \\" :3,\\ " sources \\" :[\\ " webpack :// /./foo.css\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,MAAO,IAET,EACE,MAAO\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n color: red;\\\\n}\\\\na {\\\\n color: blue;\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
68
68
}
69
69
` ;
70
70
71
- exports [` "minify" option should work with "CssMinimizerPlugin.cleanCss " minifier: error 1` ] = ` Array []` ;
71
+ exports [` "minify" option should work with "CssMinimizerPlugin.cleanCssMinify " minifier: error 1` ] = ` Array []` ;
72
72
73
- exports [` "minify" option should work with "CssMinimizerPlugin.cleanCss " minifier: warning 1` ] = ` Array []` ;
73
+ exports [` "minify" option should work with "CssMinimizerPlugin.cleanCssMinify " minifier: warning 1` ] = ` Array []` ;
74
74
75
- exports[`"minify" option should work with "CssMinimizerPlugin.cssnano" and parser option as "String": entry.js.map 1`] = `"{\\"version\\":3,\\"sources\\":[\\"webpack:///webpack/bootstrap\\",\\"webpack:///webpack/runtime/define property getters\\",\\"webpack:///webpack/runtime/hasOwnProperty shorthand\\",\\"webpack:///webpack/runtime/make namespace object\\",\\"webpack:///./sugarss.js\\"],\\"names\\":[],\\"mappings\\":\\";;UAAA;UACA;;;;;WCDA;WACA;WACA;WACA;WACA,wCAAwC,yCAAyC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,sDAAsD,kBAAkB;WACxE;WACA,+CAA+C,cAAc;WAC7D,E;;;;;;;;;;;;ACNO\\",\\"file\\":\\"entry.js\\",\\"sourcesContent\\":[\\"// The require scope\\\\nvar __webpack_require__ = {};\\\\n\\\\n\\",\\"// define getter functions for harmony exports\\\\n__webpack_require__.d = (exports, definition) => {\\\\n\\\\tfor(var key in definition) {\\\\n\\\\t\\\\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\\\\n\\\\t\\\\t\\\\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\\\\n\\\\t\\\\t}\\\\n\\\\t}\\\\n};\\",\\"__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))\\",\\"// define __esModule on exports\\\\n__webpack_require__.r = (exports) => {\\\\n\\\\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\\\\n\\\\t\\\\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\\\\n\\\\t}\\\\n\\\\tObject.defineProperty(exports, '__esModule', { value: true });\\\\n};\\",\\"export const foo = 'foo';\\\\n\\"],\\"sourceRoot\\":\\"\\"}"`;
75
+ exports[`"minify" option should work with "CssMinimizerPlugin.cssnanoMinify" and parser option as "String": entry.js.map 1`] = `"{\\"version\\":3,\\"sources\\":[\\"webpack:///webpack/bootstrap\\",\\"webpack:///webpack/runtime/define property getters\\",\\"webpack:///webpack/runtime/hasOwnProperty shorthand\\",\\"webpack:///webpack/runtime/make namespace object\\",\\"webpack:///./sugarss.js\\"],\\"names\\":[],\\"mappings\\":\\";;UAAA;UACA;;;;;WCDA;WACA;WACA;WACA;WACA,wCAAwC,yCAAyC;WACjF;WACA;WACA,E;;;;;WCPA,wF;;;;;WCAA;WACA;WACA;WACA,sDAAsD,kBAAkB;WACxE;WACA,+CAA+C,cAAc;WAC7D,E;;;;;;;;;;;;ACNO\\",\\"file\\":\\"entry.js\\",\\"sourcesContent\\":[\\"// The require scope\\\\nvar __webpack_require__ = {};\\\\n\\\\n\\",\\"// define getter functions for harmony exports\\\\n__webpack_require__.d = (exports, definition) => {\\\\n\\\\tfor(var key in definition) {\\\\n\\\\t\\\\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\\\\n\\\\t\\\\t\\\\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\\\\n\\\\t\\\\t}\\\\n\\\\t}\\\\n};\\",\\"__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))\\",\\"// define __esModule on exports\\\\n__webpack_require__.r = (exports) => {\\\\n\\\\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\\\\n\\\\t\\\\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\\\\n\\\\t}\\\\n\\\\tObject.defineProperty(exports, '__esModule', { value: true });\\\\n};\\",\\"export const foo = 'foo';\\\\n\\"],\\"sourceRoot\\":\\"\\"}"`;
76
76
77
- exports [` "minify" option should work with "CssMinimizerPlugin.cssnano " and parser option as "String": index.sss 1` ] = ` "a{ color :#000 } "` ;
77
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssnanoMinify " and parser option as "String": index.sss 1` ] = ` "a{ color :#000 } "` ;
78
78
79
- exports [` "minify" option should work with "CssMinimizerPlugin.cssnano ": assets 1` ] = `
79
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssnanoMinify ": assets 1` ] = `
80
80
Object {
81
81
" foo.css" : " body{font-weight:700;color:red}body a{text-align:center}
82
82
/* # sourceMappingURL=foo.css.map*/ " ,
83
83
" foo.css.map" : " {\\ " version \\" :3,\\ " sources \\" :[\\ " webpack :// /./sourcemap/bar.scss\\",\\"webpack:///./sourcemap/foo.scss\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,KACE,gBCEA,SADF,CAEE,OACE,iBAIJ\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n font-weight: bold;\\\\n}\\",\\"@import 'bar';\\\\n\\\\nbody {\\\\n color: red;\\\\n a {\\\\n text-align: center;\\\\n }\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
84
84
}
85
85
` ;
86
86
87
- exports [` "minify" option should work with "CssMinimizerPlugin.cssnano ": error 1` ] = ` Array []` ;
87
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssnanoMinify ": error 1` ] = ` Array []` ;
88
88
89
- exports [` "minify" option should work with "CssMinimizerPlugin.cssnano ": warning 1` ] = ` Array []` ;
89
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssnanoMinify ": warning 1` ] = ` Array []` ;
90
90
91
- exports [` "minify" option should work with "CssMinimizerPlugin.csso " minifier: assets 1` ] = `
91
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssoMinify " minifier: assets 1` ] = `
92
92
Object {
93
93
" foo.css" : " body{font-weight:700;color:red}body a{text-align:center}
94
94
/* # sourceMappingURL=foo.css.map*/ " ,
95
95
" foo.css.map" : " {\\ " version \\" :3,\\ " sources \\" :[\\ " webpack :// /./sourcemap/bar.scss\\",\\"webpack:///./sourcemap/foo.scss\\"],\\"names\\":[],\\"mappings\\":\\"AAAA,I,CACE,e,CCEA,S,CACA,M,CACE,iB\\",\\"file\\":\\"foo.css\\",\\"sourcesContent\\":[\\"body {\\\\n font-weight: bold;\\\\n}\\",\\"@import 'bar';\\\\n\\\\nbody {\\\\n color: red;\\\\n a {\\\\n text-align: center;\\\\n }\\\\n}\\"],\\"sourceRoot\\":\\"\\"}",
96
96
}
97
97
` ;
98
98
99
- exports [` "minify" option should work with "CssMinimizerPlugin.csso " minifier: error 1` ] = ` Array []` ;
99
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssoMinify " minifier: error 1` ] = ` Array []` ;
100
100
101
- exports [` "minify" option should work with "CssMinimizerPlugin.csso " minifier: warning 1` ] = ` Array []` ;
101
+ exports [` "minify" option should work with "CssMinimizerPlugin.cssoMinify " minifier: warning 1` ] = ` Array []` ;
102
102
103
103
exports [` "minify" option should work with "clean-css" minifier: assets 1` ] = `
104
104
Object {
0 commit comments