Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 7ef4c75

Browse files
committed
0.6.0
BREAKING: messageformat-loader now only accepts a pure JSON string as input instead of JS. If loading a single JSON file, simply drop `json-loader` and it should work. For `multi-json-loader`, update to 0.2.0+ and it will work as well.
1 parent cfe5595 commit 7ef4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messageformat-loader",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Webpack loader for https://github.com/messageformat/messageformat.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)