Add two required loaders

This commit is contained in:
Kyle Mathews 2016-09-02 09:34:53 -07:00
parent 0e5fa0c7a0
commit 44a945f78d

View file

@ -15,6 +15,7 @@
"history": "^2.1.1", "history": "^2.1.1",
"lodash": "^4.15.0", "lodash": "^4.15.0",
"moment": "^2.14.1", "moment": "^2.14.1",
"raw-loader": "^0.5.1",
"react": "^15.3.0", "react": "^15.3.0",
"react-document-title": "^2.0.2", "react-document-title": "^2.0.2",
"react-dom": "^15.3.0", "react-dom": "^15.3.0",
@ -24,7 +25,8 @@
"safe-access": "^0.1.0", "safe-access": "^0.1.0",
"typography": "^0.13.0", "typography": "^0.13.0",
"typography-theme-wordpress-2016": "^0.13.0", "typography-theme-wordpress-2016": "^0.13.0",
"underscore.string": "^3.2.3" "underscore.string": "^3.2.3",
"url-loader": "^0.5.7"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "^6.13.2", "babel-core": "^6.13.2",