Run the CSS through webpack so we can pull in CSS files from modules with require rather than symlinking into the node_module directory which is breaking people on different npm versions.
This commit is contained in:
parent
819b80d30f
commit
7ff5e42f3e
7 changed files with 21 additions and 8 deletions
|
@ -16,6 +16,13 @@ limitations under the License.
|
|||
|
||||
'use strict';
|
||||
|
||||
// CSS requires: just putting them here for now as CSS is going to be
|
||||
// refactored soon anyway
|
||||
require('../../vector/components.css');
|
||||
require('gemini-scrollbar/gemini-scrollbar.css');
|
||||
require('gfm.css/gfm.css');
|
||||
require('highlight.js/styles/github.css');
|
||||
|
||||
var RunModernizrTests = require("./modernizr"); // this side-effects a global
|
||||
var React = require("react");
|
||||
var ReactDOM = require("react-dom");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue