Skip to content

Commit

Permalink
feat:added no content hashing option to build cli (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
egfanboy authored and devongovett committed Sep 25, 2018
1 parent 92b5c08 commit 43a0f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Expand Up @@ -132,6 +132,7 @@ program
.option('--no-minify', 'disable minification')
.option('--no-cache', 'disable the filesystem cache')
.option('--no-source-maps', 'disable sourcemaps')
.option('--no-content-hash', 'disable content hashing')
.option(
'--experimental-scope-hoisting',
'enable experimental scope hoisting/tree shaking support'
Expand Down

0 comments on commit 43a0f5e

Please sign in to comment.