revert: fix(build): Disable spread transpilation
This reverts commit 7fee2c42f3.
This commit is contained in:
parent
de6c8f5ba8
commit
1b48f6e6df
1 changed files with 1 additions and 3 deletions
|
|
@ -55,9 +55,7 @@ function get_rollup_options_for_js(output_file, input_files) {
|
|||
objectAssign: 'Object.assign',
|
||||
transforms: {
|
||||
dangerousForOf: true,
|
||||
classes: false,
|
||||
// https://github.com/bublejs/buble/issues/81
|
||||
spreadRest: false
|
||||
classes: false
|
||||
},
|
||||
exclude: [path.resolve(bench_path, '**/*.css'), path.resolve(bench_path, '**/*.less')]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue