Adding back missing images
This commit is contained in:
parent
787a6815b4
commit
84becdb73f
1
frontend/static/.gitignore
vendored
1
frontend/static/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!locales
|
!locales
|
||||||
|
!images
|
||||||
|
@ -87,7 +87,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
loader: 'style-loader!css-loader'
|
loader: 'style-loader!css-loader'
|
||||||
// XXXX : Commenting out breaks node_modules that use css
|
// XXX: Commenting out breaks node_modules that use css
|
||||||
// i.e react-select.
|
// i.e react-select.
|
||||||
|
|
||||||
// exclude: /node_modules/,
|
// exclude: /node_modules/,
|
||||||
|
Loading…
Reference in New Issue
Block a user