Skip to content

Commit

Permalink
Don't change rollup for style-spec and benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Feb 8, 2022
1 parent 7e116a4 commit 62a7e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions bench/rollup_config_benchmarks.ts
Expand Up @@ -67,11 +67,7 @@ const viewConfig: RollupOptions = {
sourcemap: false
},
plugins: [
resolve({
browser: true,
preferBuiltins: false,
extensions: ['.mjs', '.js', '.json', '.node', '.ts']
}),
resolve({browser: true, preferBuiltins: false}),
watch ? typescript() : null,
commonjs(),
replace(replaceConfig)
Expand Down
3 changes: 1 addition & 2 deletions rollup.config.style-spec.ts
Expand Up @@ -49,8 +49,7 @@ const config: RollupOptions[] = [{
unassert(),
resolve({
browser: true,
preferBuiltins: false,
extensions: ['.mjs', '.js', '.json', '.node', '.ts']
preferBuiltins: false
}),
commonjs()
]
Expand Down

0 comments on commit 62a7e14

Please sign in to comment.