Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
πŸ› Build: Fix minifying
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2017
1 parent 85f7fde commit bb776fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function createBundle ({ name, env, entry, format }) {
const code = bundle.generate(options).code
if (/min$/.test(name)) {
const minified = uglify.minify(code, {
fromString: true,
output: {
preamble: banner,
ascii_only: true, // eslint-disable-line camelcase
Expand Down

0 comments on commit bb776fc

Please sign in to comment.