Skip to content

Commit 52e5cce

Browse files
Remove Minified Build Option In Preversion ...
Minified output is no longer being referenced in package.json as the main entry point, we use the non-minified version now.
1 parent b1aea2a commit 52e5cce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/preversion.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ echo ""
77
echo "FRIGGING BOOTSTRAP: COMPILING DEV RELEASE"
88
echo "======================================================="
99
FRIG_ENV="production" webpack --progress --bail
10-
11-
echo ""
12-
echo "FRIGGING BOOTSTRAP: COMPILING MINIFIED RELEASE"
13-
echo "======================================================="
14-
FRIG_ENV="production" FRIG_MIN="minify" webpack --progress --bail

0 commit comments

Comments
 (0)