Rollup: Don't include source code in distribution.

This commit is contained in:
lishid
2021-04-06 08:47:51 -04:00
parent 123b00ca52
commit e1efb17322
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
"build": "rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",