Skip to content

Commit

Permalink
fix: remove unused reference to UglifyJS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Apr 24, 2021
1 parent f74ce07 commit 25626e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
docs
yarn-error.log

# generated file by running 'app.js'
public/stylesheets/style.css


# Created by https://www.gitignore.io/api/node,visualstudiocode
Expand Down
1 change: 0 additions & 1 deletion src/static_content.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*jshint node:true */

import uglify from 'uglify-js'
import fs from 'fs'
import { promisify } from 'util'

Expand Down

0 comments on commit 25626e1

Please sign in to comment.