This commit is contained in:
Cassie Tarakajian 2018-05-15 12:10:24 -07:00
parent 3bb5bea0ff
commit 56ab483732
4 changed files with 4671 additions and 4660 deletions

9322
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -106,6 +106,7 @@
"project-name-generator": "^2.1.3",
"prop-types": "^15.6.0",
"q": "^1.4.1",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.1.3",

View File

@ -80,6 +80,10 @@ module.exports = {
{
test: /fonts\/.*\.(eot|svg|ttf|woff|woff2)$/,
loader: 'file-loader'
},
{
test: /.*loop-protect.min.js$/,
loader: 'raw-loader'
}
],
},

View File

@ -72,6 +72,10 @@ module.exports = {
{
test: /fonts\/.*\.(eot|svg|ttf|woff|woff2)$/,
loader: 'file-loader'
},
{
test: /.*loop-protect.min.js$/,
loader: 'raw-loader'
}
]
},