fix: merge conflict
This commit is contained in:
parent
44b78e7fb2
commit
4d80b592e2
1 changed files with 0 additions and 5 deletions
|
|
@ -136,13 +136,8 @@ function get_rollup_options_for_css(output_file, input_files) {
|
|||
path.resolve(bench_path, '**/*.scss'),
|
||||
path.resolve(bench_path, '**/*.css')
|
||||
],
|
||||
<<<<<<< Updated upstream
|
||||
minimize: minimize_css,
|
||||
sourceMap: output_file.startsWith('css/') && !production
|
||||
=======
|
||||
minimize: starts_with_css && production,
|
||||
sourceMap: starts_with_css && !production
|
||||
>>>>>>> Stashed changes
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue