Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix source map paths in Uglify configuration (josdejong#1499)
Source maps were written with `"0"` as the source filename. This could result in errors similar to the following in Webpack (depending on the Webpack configuration): ``` WARNING in ../../node_modules/jsoneditor/dist/jsoneditor.min.js Module Warning (from ../../node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/Users/josh/app/node_modules/jsoneditor/dist/0' file: Error: ENOENT: no such file or directory, open '/Users/josh/app/node_modules/jsoneditor/dist/0' ```
- Loading branch information