Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 4911988

Browse files
committed
refactor(): move core/bundle-components logic to use uglify-es
1 parent f717e92 commit 4911988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/uglifyjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// https://www.npmjs.com/package/uglify-js
2+
// https://www.npmjs.com/package/uglify-es
33

44
module.exports = {
55

src/core/bundle-components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as path from 'path';
55
import * as nodeSass from 'node-sass';
66
import * as rollup from 'rollup';
77
import * as typescript from 'typescript';
8-
import * as uglify from 'uglify-js';
8+
import * as uglify from 'uglify-es';
99
import * as cleanCss from 'clean-css';
1010

1111

0 commit comments

Comments
 (0)