Skip to content

Commit

Permalink
remove terser
Browse files Browse the repository at this point in the history
  • Loading branch information
postrockreverb committed Apr 8, 2024
1 parent 91b3d56 commit e153905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yermak/derived",
"version": "0.0.6",
"version": "0.0.",
"description": "State manager library",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import typescript from '@rollup/plugin-typescript';
import terser from '@rollup/plugin-terser';
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import external from 'rollup-plugin-peer-deps-external';
Expand Down Expand Up @@ -33,7 +32,6 @@ export default [
exclude: 'node_modules/**',
presets: ['@babel/preset-env', '@babel/preset-react'],
}),
terser(),
filesize(),
],
external: Object.keys(pkg.peerDependencies),
Expand Down

0 comments on commit e153905

Please sign in to comment.