aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/package.json')
-rw-r--r--packages/instant/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json
index 068900b48..381d78c88 100644
--- a/packages/instant/package.json
+++ b/packages/instant/package.json
@@ -8,8 +8,7 @@
"main": "umd/instant.js",
"private": true,
"scripts": {
- "build": "yarn build:prod --env.production_standalone",
- "build:prod": "webpack --mode production",
+ "build": "webpack --mode production",
"build:ci": "yarn build",
"watch_without_deps": "tsc -w",
"dev": "webpack-dev-server --mode development --env.development",