Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd75ac6

Browse files
committed
Revert "remove--compress typeofs=false from terser."
This reverts commit25bba7b.
1 parentbcf76ef commitdd75ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"js-lint-docs":"eslint --cache --cache-location .cache/.eslintcache site/",
5555
"js-minify":"npm-run-all --parallel js-minify-main js-minify-docs",
5656
"js-minify-main":"npm-run-all js-minify-standalone* js-minify-bundle",
57-
"js-minify-standalone":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
57+
"js-minify-standalone":"terser --compresstypeofs=false--mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
5858
"js-minify-standalone-esm":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js",
59-
"js-minify-bundle":"terser --compress --mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
59+
"js-minify-bundle":"terser --compresstypeofs=false--mangle --comments\"/^!/\" --source-map\"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js",
6060
"js-minify-docs":"cross-env-shell terser --mangle --comments\\\"/^!/\\\" --output site/static/docs/$npm_package_version_short/assets/js/docs.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js\"site/static/docs/$npm_package_version_short/assets/js/src/*.js\"",
6161
"js-test":"npm-run-all js-test-karma* js-test-integration",
6262
"js-debug":"cross-env DEBUG=true karma start js/tests/karma.conf.js",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp