json-loader
json-loader copied to clipboard
json loader module for webpack - UNMAINTAINED
currently with webpack3 (unlike rollup) you can't do `import {version} from './package.json';` this tries to fix that erring on the side of only including names for export when possible, it...
Error Test suite failed to run Cannot find module '../maps/decode.json' from 'decode_codepoint.js' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:169:17) at Object. (node_modules/entities/lib/decode_codepoint.js:1:106) Package.json { "name": "topshelf", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {...
thx
Similar to https://github.com/webpack-contrib/raw-loader/pull/36 we can use jsesc here to deal with special characters in general.
how to exclude jsons in specific folder for json-loader test: /\.json$/, use: ['json-loader'], exclude: excludeil18Dir
Hello, I have json files with the extension `.schema` that I am attempting to load in a webpack build. The relevant webpack configuration bits are as follows: ```es6 ... resolve:...
Addition of `webpack-defaults` & associated refactoring as a part of the next `Major` release Issue exists for status tracking across the organization. >Please do not close