You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2018. It is now read-only.
I am using Webpack version 1 and had to use the plugin to load a json file.
For some reason I was not getting anything to work until reading this Stack Overflow answer, which had different configuration (essentially different key names in the object).
Please add a warning or at least say in the README that those are instructions for Webpack 2. It would also be nice to have installation instructions for webpack v1 (if they are not already here somewhere?).
michael-ciniawsky
changed the title
README Documentation only shows instructions for Webpack v2
docs(README): revert to webpack =< v1.0.0 usage instructions
Jul 22, 2017
I am using Webpack version 1 and had to use the plugin to load a json file.
For some reason I was not getting anything to work until reading this Stack Overflow answer, which had different configuration (essentially different key names in the object).
Please add a warning or at least say in the README that those are instructions for Webpack 2. It would also be nice to have installation instructions for webpack v1 (if they are not already here somewhere?).
Webpack v2 config (shown in README):
Webpack v1 config (not mentioned anywhere in the README)
The text was updated successfully, but these errors were encountered: