Skip to content

Commit

Permalink
20190328 deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Mar 28, 2019
1 parent 15e0019 commit 5500e17
Show file tree
Hide file tree
Showing 21 changed files with 1,229 additions and 681 deletions.
4 changes: 2 additions & 2 deletions config/rollup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import commonjs from "rollup-plugin-commonjs";
import resolve from "rollup-plugin-node-resolve";
import typescript from "rollup-plugin-typescript2";
import { uglify } from "rollup-plugin-uglify";
import { terser } from "rollup-plugin-terser";

const input = "./src/index.ts";

Expand Down Expand Up @@ -53,7 +53,7 @@ export default [
},

plugins: plugins.concat([
uglify({
terser({
compress: {
dead_code: true,
drop_debugger: true,
Expand Down
Loading

0 comments on commit 5500e17

Please sign in to comment.