aicore / template-nodejs

A template project with nodejs with pure JS
GNU Affero General Public License v3.0
3 stars 6 forks source link

Integrate minification utils for publishing browser libs via npm #34

Open abose opened 2 years ago

abose commented 2 years ago

sample but not working

package.json scripts:

"minify": "uglifyjs src/*.js -o dist/core-analytics.min.js -c -m --source-map \"root='../',url='foo.min.js.map'\"",
"release": "npm run build && mkdir dist && npm run minify"