Skip to content

Commit

Permalink
Merge d4c9e69 into aca4acd
Browse files Browse the repository at this point in the history
  • Loading branch information
julienben committed Oct 25, 2018
2 parents aca4acd + d4c9e69 commit 03fff18
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 213 deletions.
2 changes: 1 addition & 1 deletion internals/templates/app.js
Expand Up @@ -25,7 +25,7 @@ import LanguageProvider from 'containers/LanguageProvider';
// Load the favicon and the .htaccess file
/* eslint-disable import/no-unresolved, import/extensions */
import '!file-loader?name=[name].[ext]!./images/favicon.ico';
import 'file-loader?name=[name].[ext]!./.htaccess';
import 'file-loader?name=.htaccess!./.htaccess';
/* eslint-enable import/no-unresolved, import/extensions */

import configureStore from './configureStore';
Expand Down

0 comments on commit 03fff18

Please sign in to comment.