Skip to content

Commit

Permalink
Upgrade preload-webpack-plugin to v1.2.1 Close #252
Browse files Browse the repository at this point in the history
`preload-webpack-plugin` v1.2.0以前にはソースマップもpreloadしてしまう不具合がある。
v1.2.1で修正されたためバージョンアップをして解決を図る。
  • Loading branch information
ykzts committed Mar 6, 2017
1 parent b8621ed commit 6d72a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"html-webpack-plugin": "^2.24.0",
"jest": "^19.0.2",
"npm-run-all": "^4.0.2",
"preload-webpack-plugin": "^1.2.0",
"preload-webpack-plugin": "^1.2.1",
"react-addons-test-utils": "^15.3.2",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -4230,9 +4230,9 @@ portfinder@^1.0.9:
debug "^2.2.0"
mkdirp "0.5.x"

preload-webpack-plugin@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/preload-webpack-plugin/-/preload-webpack-plugin-1.2.0.tgz#d8581794133aaa275307c1c975050bc550b13059"
preload-webpack-plugin@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/preload-webpack-plugin/-/preload-webpack-plugin-1.2.1.tgz#591c25fbbaee1a9fd95174b049f53272ed9622e9"
dependencies:
object-assign "^4.1.1"

Expand Down

0 comments on commit 6d72a98

Please sign in to comment.