Hristo Oskov
Results
2
comments of
Hristo Oskov
still broken in `[email protected]`. my workaround for the moment is adding the `json-loader`: ``` const JSON_LOADER = { loader: 'json', test: /\.json$/, include: [ /node_modules/ ] }; ```
I think I manually added these in at some point, but thanks for sharing :)