From 7ef4c7501623c3a9cb3eb28d12325989c2276f48 Mon Sep 17 00:00:00 2001 From: Clayton Watts Date: Tue, 18 Jul 2017 11:52:22 -0600 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18642ca..9350398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "messageformat-loader", - "version": "0.5.0", + "version": "0.6.0", "description": "Webpack loader for https://github.com/messageformat/messageformat.js", "main": "index.js", "scripts": {