fixes #635
This commit is contained in:
parent
3bb5bea0ff
commit
56ab483732
4 changed files with 4671 additions and 4660 deletions
9322
package-lock.json
generated
9322
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
|
@ -80,6 +80,10 @@ module.exports = {
|
|||
{
|
||||
test: /fonts\/.*\.(eot|svg|ttf|woff|woff2)$/,
|
||||
loader: 'file-loader'
|
||||
},
|
||||
{
|
||||
test: /.*loop-protect.min.js$/,
|
||||
loader: 'raw-loader'
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
|
@ -72,6 +72,10 @@ module.exports = {
|
|||
{
|
||||
test: /fonts\/.*\.(eot|svg|ttf|woff|woff2)$/,
|
||||
loader: 'file-loader'
|
||||
},
|
||||
{
|
||||
test: /.*loop-protect.min.js$/,
|
||||
loader: 'raw-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue