From e57d5f4ec03213f69f1703503470458c0523805a Mon Sep 17 00:00:00 2001 From: Samy Lange Date: Fri, 28 Dec 2018 17:25:04 +0100 Subject: [PATCH] Remove the json-loader dependency now than Webpack integrate the loader. --- package.json | 1 - sources/osgNameSpace.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index aa2a76330..eb21a5733 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "grunt-webpack": "^3.0.2", "hammerjs": "^2.0.8", "jquery": "3.0.0", - "json-loader": "^0.5.4", "path": "^0.11.14", "raw-loader": "^0.5.1", "webpack": "^3.7.1", diff --git a/sources/osgNameSpace.js b/sources/osgNameSpace.js index b4ba42ca0..c9d18e506 100644 --- a/sources/osgNameSpace.js +++ b/sources/osgNameSpace.js @@ -1,4 +1,4 @@ -import pkg from 'json-loader!../package.json'; +import pkg from '../package.json'; export default { name: pkg.name,