forked from PatrickJS/PatrickJS-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve production build speed (PatrickJS#2004)
* Update readme to reflect the latest updates of project * Replace inactive `inline-manifest-webpack-plugin` with the maintained fork `webpack-inline-manifest-plugin`, version 4.0.0 is for webpack 3, version 4.0.1+ for webpack 4+ * Minor updates for package dependencies * Minor updates for package dependencies * Disable sourceMap by default for prod build and provide EVN option to enable it * minor change by providing uglify cache to improve build process for prod * Because of npm 5 and yarn, no need to force cache clean, verify should be enough * Update dependencies
- Loading branch information
1 parent
f833873
commit 8936c61
Showing
5 changed files
with
451 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,9 @@ npm-debug.log | |
.webpack.json | ||
/compiled/ | ||
dll/ | ||
temp | ||
tmp | ||
webpack-cache | ||
|
||
# Doc # | ||
/doc/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.