json-loader icon indicating copy to clipboard operation
json-loader copied to clipboard

json loader module for webpack - UNMAINTAINED

Results 7 json-loader issues
Sort by recently updated
recently updated
newest added

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...

type: Feature
semver: Major
severity: 4 (inconvenient)
priority: 4 (important)
status: Pending
pr_action: Rework

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

type: Documentation
priority: 2 (urgent)
severity: 4 (inconvenient)

Similar to https://github.com/webpack-contrib/raw-loader/pull/36 we can use jsesc here to deal with special characters in general.

type: Refactor
pr_action: Review
status: Pending
semver: Patch

how to exclude jsons in specific folder for json-loader test: /\.json$/, use: ['json-loader'], exclude: excludeil18Dir

flag: Needs more info

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:...

flag: Needs more info

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

flag: Has pull request
type: Refactor