Skip to content

Commit

Permalink
build: config rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed May 18, 2022
1 parent 04bef65 commit 0d8ddae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/composite-layers/rollup.config.js
@@ -1,6 +1,5 @@
import typescript from '@rollup/plugin-typescript';
import nodeResolve from '@rollup/plugin-node-resolve';
import nodePolyfills from 'rollup-plugin-node-polyfills';
import commonjs from '@rollup/plugin-commonjs';
import filesize from 'rollup-plugin-filesize';
import analyze from 'rollup-plugin-analyzer';
Expand All @@ -18,7 +17,6 @@ export default {
},
],
plugins: [
nodePolyfills(),
nodeResolve({ browser: true, preferBuiltins: false }),
commonjs(),
typescript(),
Expand Down

0 comments on commit 0d8ddae

Please sign in to comment.