issues Search Results · repo:webpack-contrib/json5-loader language:JavaScript
Filter by
18 results
(62 ms)18 results
inwebpack-contrib/json5-loader (press backspace or delete to remove)I honestly I m not actually even certain this is possible... at least without typescript supporting json5 (as a file
extension?)
ERROR in /Users/calebcushing/IdeaProjects/warmeister/src/main.ts
./src/main.ts ...
xenoterracide
- 1
- Opened on Apr 19, 2020
- #48
crhistianramirez
- 1
- Opened on May 19, 2019
- #39
The loader catches the parse error and then swallows JSON5 s error:
// src/index.js:15
throw new Error( Error parsing JSON5 , (e));
This is not valid as the Error constructor takes only 1 argument: ...
JakobJingleheimer
- 2
- Opened on Mar 18, 2019
- #33
Could we please not pull a Babel to compile 10 strings of javascript? Just use ES5 and CommonJS directly.
garkin
- Opened on Aug 1, 2018
- #32
It s been a while since I made this fix
(https://github.com/webpack-contrib/json5-loader/commit/5a8ca43c1bd2cf3ae335e025d9e21dc665bd11ab) but it hasn t been
published yet. Please can you publish to NPM. ...
richard-livingston
- 1
- Opened on Jul 14, 2018
- #30
!--
1. Check the version of package you are using. If it s not the newest version, update and try again (see changelog
while updating!).
2. If the issue is still there, write a minimal project showing ...
deleonio
- 2
- Opened on Feb 26, 2018
- #29
Webpack 4 will have native support for JSON, with tree shaking.
Could we add an option to transpile JSON5 to JSON without the module.exports, so webpack 4 can use its native JSON
loader?
flag: Community help wanted
priority: 5 (nice to have)
semver: Minor
type: Feature
ghost
- 3
- Opened on Feb 13, 2018
- #28
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
joshwiens
- Opened on Apr 9, 2017
- #20
Hi!
Would you mind releasing a new version to include this fix?
Latest release, v0.6.0, is from commit 683b41
Thanks
PS: if anyone needs a workaround, specify the commit at your dependencies
json5-loader ...
SebastianBogado
- 5
- Opened on Aug 18, 2016
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.