From 8b43f4662e8d078944c208df92cc147d7fce93fe Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Tue, 10 Apr 2018 22:35:56 +0000
Subject: [PATCH] Replace Asset References with a data file instead of paths (#96)
---
src/package.json | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/package.json b/src/package.json
index 03fcac4..9018a14 100644
--- a/src/package.json
+++ b/src/package.json
@@ -12,6 +12,7 @@
"start": "npm run build"
},
"devDependencies": {
+ "assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
--
Gitblit v1.10.0