-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Update webpack to the latest version 🚀 (#86)
* chore(package): update webpack to version 2.2.1 https://greenkeeper.io/ * chore: update webpack use to match expectations
- Loading branch information
1 parent
b011c00
commit bb51305
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -166,7 +166,7 @@ var KARMA_CONFIG = { | |
loaders: [ | ||
{ | ||
test: /\.json$/, | ||
loader: "json" | ||
loader: "json-loader" | ||
} | ||
] | ||
}, | ||
|
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