UglifyJS throws unexpected token: keyword (const) with node_modules

后端 未结 7 1891
清歌不尽
清歌不尽 2020-12-13 16:31

A small project I started make use a node module (installed via npm) that declares const variables. Running and testing this project is well, b

7条回答
  •  清歌不尽
    2020-12-13 17:25

    I have replaced UglifyJS with YUI Compressor JS inside the GUI of PHPStorm.. It works now.

提交回复
热议问题