This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Whole module based on https://github.com/filamentgroup/loadCSS library | |
*/ | |
/* | |
* Object with all css file hrefs with proper hash for cache invalidation, | |
* for all pages, made by Gulp from manifest.json at build time. | |
*/ | |
import { css } from "./manifest-json/css.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"eslintConfig": { | |
"parser": "babel-eslint", | |
"extends": [ | |
"standard", | |
"standard-react" | |
], | |
"plugins": [ | |
"import" | |
], | |
"env": { |